libSQL - premium only

This commit is contained in:
Jan Prochazka
2025-03-14 15:26:28 +01:00
parent 781c426b2f
commit bacdeb20eb
2 changed files with 2 additions and 0 deletions

View File

@@ -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;