mirror of
https://github.com/muun/recovery.git
synced 2025-02-23 03:22:31 -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"
|