mirror of
https://github.com/tangpanqing/aorm.git
synced 2025-10-05 07:56:52 +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"
|