Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/brianc/node-postgres
/ index.js
File
index.js
packages/pg-native/index.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
Libpq = require(
'libpq'
)
2
const
EventEmitter = require(
'events'
).EventEmitter
3
const
util = require(
'util'
)
4
const
assert = require(
'assert'
)
Callers
nothing calls this directly
Calls
11
cb
Function · 0.85
throwIfError
Function · 0.85
buildResult
Function · 0.85
fn
Function · 0.85
bind
Method · 0.80
prepare
Method · 0.80
escapeLiteral
Method · 0.80
escapeIdentifier
Method · 0.80
connect
Method · 0.45
cancel
Method · 0.45
flush
Method · 0.45
Tested by
no test coverage detected