Versions in this module Expand all Collapse all v0 v0.1.1 Feb 15, 2025 v0.1.0 Feb 15, 2025 Changes in this version + const QueryForMySQL + type Column struct + ColumnName string + FieldName string + type DB interface + Query func(query string, args ...interface{}) (*sql.Rows, error) + type Table struct + Columns []Column + FieldName string + TableName string + func GetTables(db DB, query string) (tables []Table, returnErr error)