Synclets logoSynclets

Sqlite3DataConnectorOptions

The Sqlite3DataConnectorOptions type specifies configuration for a SQLite3 DataConnector.

{
  depth: Depth;
  database: Database;
  dataTable?: string;
  addressColumn?: string;
  atomColumn?: string;
}
TypeDescription
depthDepth

The depth property specifies the tree depth.

databaseDatabase

The database property specifies the SQLite3 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