mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 10:16:00 +00:00
supportsTransactions driver parameter
This commit is contained in:
@@ -44,6 +44,7 @@ const driver = {
|
||||
engine: 'sqlite@dbgate-plugin-sqlite',
|
||||
title: 'SQLite',
|
||||
readOnlySessions: true,
|
||||
supportsTransactions: true,
|
||||
showConnectionField: (field, values) => field == 'databaseFile' || field == 'isReadOnly',
|
||||
showConnectionTab: (field) => false,
|
||||
beforeConnectionSave: (connection) => ({
|
||||
|
||||
Reference in New Issue
Block a user