MCPcopy Create free account
hub / github.com/dynajoe/tinypg / TinyQuery

Interface TinyQuery

src/tiny.ts:16–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14const log = Debug('tinypg')
15
16interface TinyQuery extends Pg.Query {
17 callback?(err: Error, result: any): void
18}
19
20export class TinyPg {
21 public events: T.TinyPgEvents

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected