mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 00:56:02 +00:00
libSQL - premium only
This commit is contained in:
1
packages/types/engines.d.ts
vendored
1
packages/types/engines.d.ts
vendored
@@ -192,6 +192,7 @@ export interface EngineDriver<TClient = any> extends FilterBehaviourProvider {
|
||||
// isElectronOnly?: boolean;
|
||||
supportsTransactions?: boolean;
|
||||
implicitTransactions?: boolean; // transaction is started with first SQL command, no BEGIN TRANSACTION is needed
|
||||
premiumOnly?: boolean;
|
||||
|
||||
collectionSingularLabel?: string;
|
||||
collectionPluralLabel?: string;
|
||||
|
||||
Reference in New Issue
Block a user