Synclets logoSynclets

Sqlite3MetaConnectorOptions

The Sqlite3MetaConnectorOptions type specifies configuration for a SQLite3 MetaConnector.

{
  depth: Depth;
  database: Database;
  metaTable?: string;
  addressColumn?: string;
  timestampColumn?: string;
}
TypeDescription
depthDepth

The depth property specifies the tree depth.

databaseDatabase

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