mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-23 15:06:01 +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;
|
// isElectronOnly?: boolean;
|
||||||
supportsTransactions?: boolean;
|
supportsTransactions?: boolean;
|
||||||
implicitTransactions?: boolean; // transaction is started with first SQL command, no BEGIN TRANSACTION is needed
|
implicitTransactions?: boolean; // transaction is started with first SQL command, no BEGIN TRANSACTION is needed
|
||||||
|
premiumOnly?: boolean;
|
||||||
|
|
||||||
collectionSingularLabel?: string;
|
collectionSingularLabel?: string;
|
||||||
collectionPluralLabel?: string;
|
collectionPluralLabel?: string;
|
||||||
|
|||||||
@@ -83,6 +83,7 @@ const libsqlDriver = {
|
|||||||
title: 'LibSQL',
|
title: 'LibSQL',
|
||||||
authTypeLabel: 'Target type',
|
authTypeLabel: 'Target type',
|
||||||
authTypeFirst: true,
|
authTypeFirst: true,
|
||||||
|
premiumOnly: true,
|
||||||
|
|
||||||
showConnectionField: (field, values) => {
|
showConnectionField: (field, values) => {
|
||||||
if ((values?.authType ?? 'url') === 'url') {
|
if ((values?.authType ?? 'url') === 'url') {
|
||||||
|
|||||||
Reference in New Issue
Block a user