MCPcopy 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

workbenchFunction · 0.95
mainFunction · 0.95
mainFunction · 0.80
pg-test.rbFile · 0.80

Calls

no outgoing calls

Tested by 1

mainFunction · 0.64