PgliteMetaConnectorOptions
The PgliteMetaConnectorOptions type specifies configuration for a PGlite MetaConnector.
{
depth: Depth;
pglite: PGlite;
metaTable?: string;
addressColumn?: string;
timestampColumn?: string;
}| Type | Description | |
|---|---|---|
depth | Depth | The depth property specifies the tree depth. |
pglite | PGlite | 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