Documentation ¶
Index ¶
Constants ¶
View Source
const ( DragonDB = Driver("dragondb") MongoDB = Driver("mongodb") Redis = Driver("redis") SQLite = Driver("sqlite") MySQL = Driver("mysql") PgSQL = Driver("pgsql") TiDB = Driver("tidb") CockroachDB = Driver("cockroachdb") Mssql = Driver("mssql") Oracle = Driver("oracle") )
Don't support old databases such like MSSQL, Oracle, Access... Old databases will break compatibility.
Variables ¶
View Source
var (
ErrUnsupportedDriver = gerrors.New("Unsupported Database Driver")
)
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.