# Functions
CreateDatabase create database.
DropDatabase drop database.
InitDB init db.
InitDBEventMiddleware init db middleware.
MigrateCreate migrate create.
MigrateDown migrate down.
MigrateDrop migrate drop.
MigrateForce migrate force.
MigrateUp migrate up.
NewConfig new config.
PrintRawSQLCallback print raw sql callback.
RegisterPrintRawSQLCallback register print raw sql callback.
SetMigrateDir set migrate dir.
# Variables
Commands commands map.
CreateDatabaseStatement 新增資料庫語法.
DatabaseURLFormat database url format.
DataSourceFormat data source format.
DataSourceWithoutDatabaseFormat data source without database format.
DB gorm db.
DropDatabaseStatement 刪除資料庫語法.
# Structs
Config config struct.
CreateCommand the command struct.
DropCommand the command struct.
MigrateCreateCommand the command struct.
MigrateDownCommand the command struct.
MigrateDropCommand the command struct.
MigrateUpCommand the command struct.