Synclets logoSynclets

PgliteDataConnectorOptions

The PgliteDataConnectorOptions type specifies configuration for a PGlite DataConnector.

{
  depth: Depth;
  pglite: PGlite;
  dataTable?: string;
  addressColumn?: string;
  atomColumn?: string;
}
TypeDescription
depthDepth

The depth property specifies the tree depth.

pglitePGlite

The pglite property specifies the PGlite database instance.

dataTable?string

The dataTable property specifies the table name for data storage.

addressColumn?string

The addressColumn property specifies the column name for addresses.

atomColumn?string

The atomColumn property specifies the column name for atom values.

Since

v0.0.0