added missing libraries
This commit is contained in:
5
vendor/gopkg.in/testfixtures.v2/.sample.env
generated
vendored
Normal file
5
vendor/gopkg.in/testfixtures.v2/.sample.env
generated
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
PG_CONN_STRING="user=postgres dbname=testfixtures_test sslmode=disable"
|
||||
MYSQL_CONN_STRING="root:@/testfixtures_test?multiStatements=true"
|
||||
SQLITE_CONN_STRING="testdb.sqlite3"
|
||||
SQLSERVER_CONN_STRING="server=localhost\SQLExpress;database=testfixtures_test;user id=sa;password=sqlserver;encrypt=disable"
|
||||
ORACLE_CONN_STRING="testfixtures/testfixtures@localhost/XE"
|
Reference in New Issue
Block a user