Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
88
export
interface
DatabaseEngine {
89
getType(): KnexClient
90
91
getConnection(): knexlib.Knex | CustomSqliteEngine | null
92
Callers
5
getAvailableProviders
Function · 0.65
getTables
Function · 0.65
writeMutations
Function · 0.65
startHttpServer
Function · 0.65
passesBasicExplainerCheck
Function · 0.65
Implementers
7
PostgresSshEngine
src/database-engines/postgres-ssh-engi
MysqlSshEngine
src/database-engines/mysql-ssh-engine.
MysqlEngine
src/database-engines/mysql-engine.ts
MssqlEngine
src/database-engines/mssql-engine.ts
SqliteEngine
src/database-engines/sqlite-engine.ts
PostgresEngine
src/database-engines/postgres-engine.t
MongodbEngine
src/database-engines/mongodb-engine.ts
Calls
no outgoing calls
Tested by
no test coverage detected