package
Version:
v0.0.0-...-801d34a
Opens a new window with list of versions in this module.
Published: Apr 4, 2024
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Table struct {
Table string `json:"table" db:"Table"`
DDL string `json:"ddl" db:"Create Table"`
}
func GetTables(db *sqlx.DB, tableNames []interface{}) (tables []Table, err error)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.