Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.ts
File · 0.80
sync.test.ts
File · 0.80
migrateSubscriptionMetadataTables
Function · 0.80
commitUpToLsn
Function · 0.80
hooks.test.ts
File · 0.80
testLiveQuery
Function · 0.80
setup
Function · 0.80
pgDump
Function · 0.80
pg_dump.test.ts
File · 0.80
runSQLite
Function · 0.80
query
Function · 0.80
query
Function · 0.80
Calls
no outgoing calls
Tested by
3
testLiveQuery
Function · 0.64
setup
Function · 0.64
testLiveQuery
Function · 0.64