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

Function getConfig

testing/postgres-client-tests/node/helpers.js:16–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14}
15
16export function getConfig() {
17 const { user, port } = getArgs();
18 return {
19 host: "localhost",
20 port: port,
21 database: dbName,
22 user: user,
23 password: "password",
24 };
25}
26
27export function assertEqualRows(test, data) {
28 const expected = test.res;

Callers 4

knex.jsFile · 0.90
workbenchFunction · 0.90
mainFunction · 0.90
startServerWithMetricsFunction · 0.85

Calls 1

getArgsFunction · 0.85

Tested by 1

startServerWithMetricsFunction · 0.68