API Reference / @evolu/common / Sqlite

Sqlite

Interfaces

InterfaceDescription
CreateSqliteDriverDep-
PreparedStatements-
RawSql-
SqlIdentifier-
SqliteCross-platform SQLite abstraction.
SqliteDep-
SqliteDriverSQLite driver interface. This is the minimal interface that platform-specific drivers must implement.
SqliteDriverOptions-
SqliteErrorRepresents an error that occurred during a SQLite operation.
SqliteExecResultResult of executing a SQLite query.
SqliteQuery-
SqliteQueryOptions-
SqliteQueryPlanRow-

Type Aliases

Type AliasDescription
CreateSqliteDriver-
SafeSqlA type representing a sanitized SQL string.
SqliteBoolean-
SqliteRow-
SqliteValue-
SqlTemplateParam-

Variables

VariableDescription
isSqlMutation-
SqliteBooleanSQLite represents boolean values using 0 (false) and 1 (true) instead of a dedicated boolean type. This transform Type ensures that values conform to SQLite's boolean representation.
SqliteValueA value that can be stored in Sqlite.

Functions

FunctionDescription
createPreparedStatementsCache-
createSqliteCreates a fully featured Sqlite instance from a SqliteDriver implementation.
explainSqliteQueryPlan-
sqlTODO: Docs.

Was this page helpful?