Skip to content

ReplInspectionSurface

Defined in: packages/client/src/index.ts:1766

The { query, exec } duck @electric-sql/pglite-repl drives, backed by a client’s inspection surface.

exec: (sql, options?) => Promise<Results[]>

Defined in: packages/client/src/index.ts:1768

string

RawQueryOptions

Promise<Results[]>


query: (sql, params?, options?) => Promise<Results>

Defined in: packages/client/src/index.ts:1767

string

unknown[]

RawQueryOptions

Promise<Results>