mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 02:06:01 +00:00
8 lines
105 B
JavaScript
8 lines
105 B
JavaScript
module.exports = {
|
|
mysql: true,
|
|
postgres: true,
|
|
mssql: true,
|
|
oracle: true,
|
|
// sqlite: true,
|
|
};
|