package
Version:
v0.1.1
Opens a new window with list of versions in this module.
Published: Mar 20, 2024
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ColumnDetails struct {
Name string `db:"column_name"`
DataType string `db:"data_type"`
IsNullable string `db:"is_nullable"`
}
type Table struct {
Name string `db:"table_name"`
NumColumns int `db:"num_cols"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.