PgliteDataConnectorOptions
The PgliteDataConnectorOptions type specifies configuration for a PGlite DataConnector.
{
depth: Depth;
pglite: PGlite;
dataTable?: string;
addressColumn?: string;
atomColumn?: string;
}| Type | Description | |
|---|---|---|
depth | Depth | The depth property specifies the tree depth. |
pglite | PGlite | 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