Synclets logoSynclets

PgliteMetaConnectorOptions

The PgliteMetaConnectorOptions type specifies configuration for a PGlite MetaConnector.

{
  depth: Depth;
  pglite: PGlite;
  metaTable?: string;
  addressColumn?: string;
  timestampColumn?: string;
}
TypeDescription
depthDepth

The depth property specifies the tree depth.

pglitePGlite

The pglite property specifies the PGlite database instance.

metaTable?string

The metaTable property specifies the table name for metadata storage.

addressColumn?string

The addressColumn property specifies the column name for addresses.

timestampColumn?string

The timestampColumn property specifies the column name for timestamps.

Since

v0.0.0