MCPcopy
hub / github.com/electric-sql/pglite / exec

Method exec

packages/pglite/src/interface.ts:176–176  ·  view source on GitHub ↗
(query: string, options?: QueryOptions)

Source from the content-addressed store, hash-verified

174 ...params: any[]
175 ): Promise<Results<T>>
176 exec(query: string, options?: QueryOptions): Promise<Array<Results>>
177 rollback(): Promise<void>
178 get closed(): boolean
179}

Callers 15

sync-e2e.test.tsFile · 0.80
sync.test.tsFile · 0.80
commitUpToLsnFunction · 0.80
hooks.test.tsFile · 0.80
testLiveQueryFunction · 0.80
setupFunction · 0.80
pgDumpFunction · 0.80
pg_dump.test.tsFile · 0.80
runSQLiteFunction · 0.80
queryFunction · 0.80
queryFunction · 0.80

Calls

no outgoing calls

Tested by 3

testLiveQueryFunction · 0.64
setupFunction · 0.64
testLiveQueryFunction · 0.64