Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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 */
2
process.env.DATABASE_URL = process.env.DATABASE_URL
3
||
"postgres://postgres:@localhost/codeface"
;
4
const
pg = require(
'pg'
);
Callers
nothing calls this directly
Calls
1
connect
Function · 0.85
Tested by
no test coverage detected