Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Seb-C/kiss-orm
/ PgSqlDatabase.test.ts
File
PgSqlDatabase.test.ts
src/Databases/PgSqlDatabase.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
'jasmine'
;
2
import
{ Pool } from
'pg'
;
3
import
PgSqlDatabase from
'./PgSqlDatabase'
;
4
import
SqlQuery from
'../Queries/SqlQuery'
;
Callers
nothing calls this directly
Calls
7
disconnect
Method · 0.65
query
Method · 0.65
sequence
Method · 0.65
migrate
Method · 0.65
insertAndGet
Method · 0.65
updateAndGet
Method · 0.65
indexToPlaceholder
Method · 0.45
Tested by
no test coverage detected