1
1
mirror of https://github.com/go-gitea/gitea synced 2025-12-05 12:28:26 +00:00

go-sqlite3 gomod version (#12490)

This commit is contained in:
techknowlogick
2020-08-13 21:54:46 -04:00
committed by GitHub
parent b37c7dd384
commit 8a0049bb03
32 changed files with 13260 additions and 7349 deletions

View File

@@ -2,3 +2,4 @@ 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"
CRDB_CONN_STRING="host=cockroachdb user=root dbname=defaultdb port=26257 sslmode=disable"