Import from mssql

This commit is contained in:
1ilit
2024-07-06 21:44:22 +03:00
parent 982cac1d3a
commit 897c125e3b
4 changed files with 280 additions and 8 deletions

View File

@@ -109,7 +109,7 @@ export const SIDESHEET = {
export const DB = {
MYSQL: "mysql",
POSTGRES: "postgresql",
MSSQL: "mssql",
MSSQL: "transactsql",
SQLITE: "sqlite",
MARIADB: "mariadb",
GENERIC: "generic",