Documentation
¶
Index ¶
Constants ¶
View Source
const ( MySQL = "mysql" PgSQL = "postgres" SQLite = "sqlite" MSSQL = "mssql" MariaDB = "mariadb" )
View Source
const DBTargetVer = 1
Variables ¶
View Source
var ( Conn *bun.DB Verbose bool )
Functions ¶
func Schema ¶
func Schema() (*jsonschema.Schema, error)
Types ¶
type TestContainer ¶
type TestContainer interface {
Close() error
GetConnection() containers.ConnectionParams
}
var ( RunningContainer TestContainer DBEngines []string )
Source Files
¶
Click to show internal directories.
Click to hide internal directories.