Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/brianc/node-postgres
/ exec
Function
exec
packages/pg-native/test/prepare.js:10–12 ·
view source on GitHub ↗
(x, done)
Source
from the content-addressed store, hash-verified
8
client.connectSync()
9
10
const
exec =
function
(x, done) {
11
client.prepare(
'get_now'
+ x,
'SELECT NOW()'
, 0, done)
12
}
13
14
async
.timesSeries(
15
10,
Callers
nothing calls this directly
Calls
2
prepare
Method · 0.80
execute
Method · 0.80
Tested by
no test coverage detected