package
0.0.0-20231002151516-f25a7fe6db4d
Repository: https://github.com/ppreeper/dbtools.git
Documentation: pkg.go.dev
# Functions
OpenDatabase open database.
# Structs
Column struct
type Column struct { Column string `db:"CL"` ColumnName string `db:"CN"` DataType string `db:"DT"` }.
Conn struct.
Database struct contains sql pointer.
Index list of Indexes.
No description provided by the author
PKey struct.
Routine list of routines (procedures, functions).
No description provided by the author
Schema struct to hold schemas.
Table list of tables.
View list of views.
No description provided by the author