You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Drizzle has a killer feature with customTypes that allows you to use arbitrary datatypes: https://orm.drizzle.team/docs/custom-types. Here's an example of a date column that transforms a mysql date type that's used as a Temporal.PlainDate in JS land:
Describe the proposed feature
Drizzle has a killer feature with customTypes that allows you to use arbitrary datatypes: https://orm.drizzle.team/docs/custom-types. Here's an example of a date column that transforms a mysql
date
type that's used as aTemporal.PlainDate
in JS land:It would be nice to expose a similar feature in edgedb-js. Brief discussion on Discord: https://discord.com/channels/841451783728529451/1236652945429233664/1236829507911024750
The text was updated successfully, but these errors were encountered: