can kysely be extended with custom types within the database
hi. i would like to extend my database with custom types (a date type for sqlite) so that it is easier to work with. i would assume that conversion to sql would be easy since its just a stringify operation using sql template tags, but is there a way to automatically convert from the database results, i.e. parse a ISO string into a Date object?
2 Replies
Unknown User•8mo ago
Message Not Public
Sign In & Join Server To View
thats exactly what im looking for
thank you 🫶