mirror of
https://github.com/muun/recovery.git
synced 2025-02-22 19:12:32 -05:00
5 lines
286 B
Bash
5 lines
286 B
Bash
SQLITE_CONN_STRING=:memory:
|
|
PG_CONN_STRING="user=postgres dbname=gormigrate_test sslmode=disable"
|
|
MYSQL_CONN_STRING="root:@/gormigrate_test?multiStatements=true"
|
|
SQLSERVER_CONN_STRING="server=localhost\\SQLExpress;database=gormigrate_test;user id=sa;password=sqlserver;encrypt=disable"
|