Synclets logoSynclets

Sqlite3SyncletOptions

The Sqlite3SyncletOptions type specifies configuration for creating a SQLite3 Synclet.

(
  Sqlite3DataConnectorOptions<Depth> &
  Sqlite3MetaConnectorOptions<Depth> &
  {
    transport?: Transport | Transport[];
    implementations?: SyncletImplementations<Depth>;
  } &
  SyncletOptions
)
TypeDescription
transport?Transport | Transport[]

The transport property specifies the Transport or Transports to use.

implementations?SyncletImplementations<Depth>

The implementations property specifies custom Synclet implementations.

Since

v0.0.0