MCPcopy 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

1import 'jasmine';
2import { Pool } from 'pg';
3import PgSqlDatabase from './PgSqlDatabase';
4import SqlQuery from '../Queries/SqlQuery';

Callers

nothing calls this directly

Calls 7

disconnectMethod · 0.65
queryMethod · 0.65
sequenceMethod · 0.65
migrateMethod · 0.65
insertAndGetMethod · 0.65
updateAndGetMethod · 0.65
indexToPlaceholderMethod · 0.45

Tested by

no test coverage detected