You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.sample.env 299B

1234
  1. PG_CONN_STRING="user=postgres dbname=testfixtures_test sslmode=disable"
  2. MYSQL_CONN_STRING="root:@/testfixtures_test?multiStatements=true"
  3. SQLITE_CONN_STRING="testdb.sqlite3"
  4. SQLSERVER_CONN_STRING="server=localhost\SQLExpress;database=testfixtures_test;user id=sa;password=sqlserver;encrypt=disable"