Synclets logoSynclets

createSqlite3MetaConnector

The createSqlite3MetaConnector function creates a Sqlite3MetaConnector with optional table mapping.

createSqlite3MetaConnector<Depth>(
  depth: Depth,
  database: Database,
  options?: DatabaseMetaOptions,
): Sqlite3MetaConnector<Depth>
TypeDescription
depthDepth
databaseDatabase
options?DatabaseMetaOptions
returnsSqlite3MetaConnector<Depth>

Since

v0.0.0