Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/porsager/postgres
/ delay
Function
delay
tests/index.js:9–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
8
import
postgres from
'../src/index.js'
9
const
delay = ms =>
new
Promise(r => setTimeout(r, ms))
10
11
const
rel = x =>
new
URL(x,
import
.meta.url)
12
const
idle_timeout = 1
Callers
1
index.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected