Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bewcloud/bewcloud
/ close
Method
close
lib/interfaces/database.ts:101–103 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
99
}
100
101
public close() {
102
this.disconnectFromPostgres();
103
}
104
105
public
async
query<T>(sql: string, args?: any[]) {
106
if
(!this.db) {
Callers
2
post
Function · 0.80
requireXml2js
Function · 0.80
Calls
1
disconnectFromPostgres
Method · 0.95
Tested by
no test coverage detected