Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dolthub/doltgresql
/ close
Method
close
testing/postgres-client-tests/node/database.js:19–27 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
17
}
18
19
close() {
20
this.client.end((err) => {
21
if
(err) {
22
console.error(err);
23
}
else
{
24
console.log(
"db connection closed"
);
25
}
26
});
27
}
28
}
Callers
4
workbench
Function · 0.95
main
Function · 0.95
main
Function · 0.80
pg-test.rb
File · 0.80
Calls
no outgoing calls
Tested by
1
main
Function · 0.64