dotindustries / bouncer

SaaS subscription seat manager
https://bouncer.dot.industries
GNU General Public License v3.0
3 stars 3 forks source link

fix: reading sqlite boolean and datetime values #8

Closed nadilas closed 1 year ago

nadilas commented 2 years 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).