Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/damms005/devdb-vscode
/ getTables
Method
getTables
src/types.ts:101–101 ·
view source on GitHub ↗
* Gets the tables in the database
()
Source
from the content-addressed store, hash-verified
99
* Gets the tables in the database
100
*/
101
getTables(): Promise<string[]>
102
103
getTableCreationSql(table: string): Promise<string>
104
Callers
9
getTables
Method · 0.65
getTables
Method · 0.65
mysql.test.ts
File · 0.65
mssql.test.ts
File · 0.65
sqlite.test.ts
File · 0.65
postgres.test.ts
File · 0.65
goToTable
Function · 0.65
getTables
Function · 0.65
startHttpServer
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