MCPcopy Create free account
hub / github.com/dolthub/doltgresql / workbench

Function workbench

testing/postgres-client-tests/node/workbench.js:5–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3import runWorkbenchTests from "./workbenchTests/index.js";
4
5async function workbench() {
6 const database = new Database(getConfig());
7
8 await runWorkbenchTests(database);
9
10 database.close();
11 process.exit(0);
12}
13
14workbench();

Callers 1

workbench.jsFile · 0.85

Calls 3

closeMethod · 0.95
getConfigFunction · 0.90
runWorkbenchTestsFunction · 0.85

Tested by

no test coverage detected