This commit is contained in:
Jan Prochazka
2021-05-27 09:43:08 +02:00
parent 73d3d00e9d
commit 41e55f329c
4 changed files with 36 additions and 18 deletions

View File

@@ -29,6 +29,13 @@ const engines = [
port: 15002,
},
},
{
label: 'SQLite',
generateDbFile: true,
connection: {
engine: 'sqlite@dbgate-plugin-sqlite',
},
},
];
module.exports = engines;