Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/porsager/postgres
/ handler
Function
handler
cjs/src/index.js:227–231 ·
view source on GitHub ↗
(q)
Source
from the content-addressed store, hash-verified
225
return
sql
226
227
function
handler(q) {
228
c.queue === full
229
? queue.push(q)
230
: c.execute(q) || move(c, full)
231
}
232
}
233
234
async
function
begin(options, fn) {
Callers
1
file
Function · 0.70
Calls
5
move
Function · 0.70
go
Function · 0.70
connect
Function · 0.70
execute
Method · 0.65
catch
Method · 0.45
Tested by
no test coverage detected