API reference / @evolu/common / Sqlite / SqliteBoolean
Variable: SqliteBoolean
const SqliteBoolean: UnionType<[LiteralType<0>, LiteralType<1>]>;
Defined in: packages/common/src/Sqlite.ts:450
SQLite represents boolean values using 0 (false) and 1 (true) instead of
a dedicated boolean type.
Use sqliteTrue and sqliteFalse constants for better readability.
See: https://www.sqlite.org/quirks.html#no_separate_boolean_datatype