SYNC: sqlite - passed transaction test

This commit is contained in:
SPRINX0\prochazka
2025-02-25 15:10:57 +01:00
committed by Diflow
parent 7d26dd5348
commit fffd81267d
7 changed files with 97 additions and 24 deletions

View File

@@ -1,4 +1,4 @@
CONNECTIONS=mysql,postgres,mssql,oracle
CONNECTIONS=mysql,postgres,mssql,oracle,sqlite
LABEL_mysql=MySql-connection
SERVER_mysql=localhost
@@ -30,3 +30,7 @@ USER_mssql=sa
PASSWORD_mssql=Pwd2020Db
PORT_mssql=16014
ENGINE_mssql=mssql@dbgate-plugin-mssql
LABEL_sqlite=Sqlite-connection
FILE_sqlite=my_guitar_shop.db
ENGINE_sqlite=sqlite@dbgate-plugin-sqlite