SYNC: mognodb - correct handle stream errors

This commit is contained in:
SPRINX0\prochazka
2025-03-05 18:09:17 +01:00
committed by Diflow
parent 2b7f4281c2
commit ba0eba7132
3 changed files with 28 additions and 19 deletions

View File

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