Documentation
¶
Index ¶
Constants ¶
View Source
const ( SCHEMA_QUERY = "DESCRIBE %s" // SCHEMA_QUERY is the SQL query used to describe a table schema. MYSQL_TABLES_LIST_QUERY = "SELECT table_name FROM information_schema.tables WHERE table_schema = %s" // MYSQL_TABLES_LIST_QUERY is the SQL query used to list all tables in a schema. )
Variables ¶
View Source
var DB_PASSWORD = "DB_PASSWORD"
DB_PASSWORD is the environment variable that stores the database password.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.