Variable SqliteBooleanConst

SqliteBoolean: brand<refine<0 | 1, Schema<number, number, never>>, "SqliteBoolean"> = ...

SQLite doesn't support the boolean type, so Evolu uses SqliteBoolean instead. Use the cast helper to cast SqliteBoolean from boolean and back. https://www.sqlite.org/quirks.html#no_separate_boolean_datatype