SYNC: mutli-sql tests

This commit is contained in:
SPRINX0\prochazka
2025-02-24 14:18:20 +01:00
committed by Diflow
parent 5b246fe44c
commit afcb226111
7 changed files with 148 additions and 32 deletions

View File

@@ -0,0 +1,7 @@
module.exports = {
mysql: true,
postgres: true,
mssql: true,
// oracle: true,
sqlite: true,
};