MCPcopy Create free account
hub / github.com/damms005/devdb-vscode / getType

Method getType

src/types.ts:89–89  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

87
88export interface DatabaseEngine {
89 getType(): KnexClient
90
91 getConnection(): knexlib.Knex | CustomSqliteEngine | null
92

Callers 5

getAvailableProvidersFunction · 0.65
getTablesFunction · 0.65
writeMutationsFunction · 0.65
startHttpServerFunction · 0.65

Implementers 7

PostgresSshEnginesrc/database-engines/postgres-ssh-engi
MysqlSshEnginesrc/database-engines/mysql-ssh-engine.
MysqlEnginesrc/database-engines/mysql-engine.ts
MssqlEnginesrc/database-engines/mssql-engine.ts
SqliteEnginesrc/database-engines/sqlite-engine.ts
PostgresEnginesrc/database-engines/postgres-engine.t
MongodbEnginesrc/database-engines/mongodb-engine.ts

Calls

no outgoing calls

Tested by

no test coverage detected