Documentation
¶
Index ¶
Constants ¶
View Source
const MySQLDriverName = "mysql"
View Source
const PostgresDriverName = "postgres"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type MySQLDriver ¶
type MySQLDriver struct {
database.BaseDriver
}
MySQLDriver implements DBDriver for MySQL/MariaDB
type PostgresDriver ¶
type PostgresDriver struct {
database.BaseDriver
}
PostgresDriver implements DBDriver for PostgreSQL
Click to show internal directories.
Click to hide internal directories.