add support prisma-json-types-generator #9
Replies: 3 comments 8 replies
-
Hey, thanks for your contribution! Could you elaborate a bit more? What behavior are you suggesting exactly? Maybe even with a "this would work in an ideal world" code example on how you would like to use prismabox in conjunction with prisma-json-types-generator? Thanks! |
Beta Was this translation helpful? Give feedback.
-
so instead of adding support for prisma-json-types-generator, add the ability to put custom typebox schemas. Where instead of the lib creating the schema for a given column, the dev can place his own already created schema. And prismabox only uses it instead of t.Any for example in the JSON col.. |
Beta Was this translation helpful? Give feedback.
-
based on the idea of prisma-json-types-generator to add types to json fields and use in primebox, where the dev can get his own schema and use it instead of the t.Any used in JSON fields currently by prismabox. |
Beta Was this translation helpful? Give feedback.
-
Hi, I have a suggestion, add the types from prisma-json-types-generator to the schema generated for typebox.
Beta Was this translation helpful? Give feedback.
All reactions