mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 18:16:00 +00:00
feat: libsql basic support
This commit is contained in:
@@ -506,6 +506,14 @@ const sqliteEngine = {
|
||||
],
|
||||
};
|
||||
|
||||
const libsqlEngine = {
|
||||
...sqliteEngine,
|
||||
label: 'LibSQL',
|
||||
connection: {
|
||||
engine: 'libsql@dbgate-plugin-sqlite',
|
||||
},
|
||||
};
|
||||
|
||||
/** @type {import('dbgate-types').TestEngineInfo} */
|
||||
const cockroachDbEngine = {
|
||||
label: 'CockroachDB',
|
||||
@@ -644,6 +652,7 @@ const enginesOnCi = [
|
||||
postgreSqlEngine,
|
||||
sqlServerEngine,
|
||||
sqliteEngine,
|
||||
libsqlEngine,
|
||||
// cockroachDbEngine,
|
||||
clickhouseEngine,
|
||||
oracleEngine,
|
||||
|
||||
Reference in New Issue
Block a user