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
Would this be possible? We're currently stuck with this and realised that Prisma wouldn't support custom type just for Postgres use case. Would be great if we can make this happen. Thanks.
The text was updated successfully, but these errors were encountered:
cayter
changed the title
[feature-request] support Unsupported() types
[feature] support Unsupported() types
May 17, 2023
hey @valtyr, any idea how we can deal with unsupported types? I've looked into it a bit but the Prisma Generator Helper doesn't seem to parse in any columns that are "Unsupported" meaning they aren't in the DMMF. Can we read them ourselves somehow?
I have a Unsupported("geometry") that I want to map to a string as thats what the kysely driver uses.
thanks @janpio for linking that, this is my issue I opened last week. I'm looking for an alternative in the meantime to deal with this as it could be sometime before this is added to the DMMF
schema.prisma
types.ts (generated by prisma-kysely)
unsupported-types.ts (defined by us manually)
Would this be possible? We're currently stuck with this and realised that Prisma wouldn't support custom type just for Postgres use case. Would be great if we can make this happen. Thanks.
The text was updated successfully, but these errors were encountered: