Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/electric-sql/pglite
/ query
Method
query
packages/pglite/src/interface.ts:167–167 ·
view source on GitHub ↗
( query: string, params?: any[], options?: QueryOptions, )
Source
from the content-addressed store, hash-verified
165
166
export
interface
Transaction {
167
query<T>(
168
query: string,
169
params?: any[],
170
options?: QueryOptions,
Callers
15
sync-e2e.test.ts
File · 0.65
types_syncer
Function · 0.65
many_syncer
Function · 0.65
sync.test.ts
File · 0.65
updateSubscriptionState
Function · 0.65
deleteSubscriptionState
Function · 0.65
applyMessageToTable
Function · 0.65
applyInsertsToTable
Function · 0.65
applyMessagesToTableWithJson
Function · 0.65
applyMessagesToTableWithCopy
Function · 0.65
hooks.test.ts
File · 0.65
useLiveQueryImpl
Function · 0.65
Calls
no outgoing calls
Tested by
4
types_syncer
Function · 0.52
many_syncer
Function · 0.52
testLiveQuery
Function · 0.52
testInstatiationMethod
Function · 0.52