mirror of
https://github.com/tangpanqing/aorm.git
synced 2025-09-27 04:16:26 +08:00
7 lines
114 B
Go
7 lines
114 B
Go
package driver
|
|
|
|
const Mysql = "mysql"
|
|
const Mssql = "mssql"
|
|
const Postgres = "postgres"
|
|
const Sqlite3 = "sqlite3"
|