MCPcopy Create free account
hub / github.com/dwyl/learn-postgresql / db.js

File db.js

server/db.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1/* istanbul ignore next */
2process.env.DATABASE_URL = process.env.DATABASE_URL
3 || "postgres://postgres:@localhost/codeface";
4const pg = require('pg');

Callers

nothing calls this directly

Calls 1

connectFunction · 0.85

Tested by

no test coverage detected