Closed nadilas closed 1 year ago
Transforming boolean values for writes on sqlite is solved by applying a transform on Kysley as shown in: https://github.com/koskimas/kysely/issues/123
However we cannot use the branded types SqliteBoolean or SqliteDateTime for reading values because of the shared schema (sqlite, planetscale).
SqliteBoolean
SqliteDateTime
Transforming boolean values for writes on sqlite is solved by applying a transform on Kysley as shown in: https://github.com/koskimas/kysely/issues/123
However we cannot use the branded types
SqliteBoolean
orSqliteDateTime
for reading values because of the shared schema (sqlite, planetscale).