package driver const Mysql = "mysql" const Mssql = "mssql" const Postgres = "postgres" const Sqlite3 = "sqlite3"