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

Interface SubscriptionState

packages/pglite-sync/src/subscriptionState.ts:7–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5const subscriptionTableName = `subscriptions_metadata`
6
7export interface SubscriptionState {
8 key: SubscriptionKey
9 shape_metadata: Record<string, ShapeSubscriptionState>
10 last_lsn: Lsn
11}
12
13export interface ShapeSubscriptionState {
14 handle: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected