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
Ever thought about pairing it with typebox to generate the types?
This would result in not only getting the types, but also a json-schema which could be used for all sorts of input and output validation, basically "for free".
The only project I've seen so far doing it is prisma-typebox-generator which only covers some of the required generation and also is dependent on prisma but I think having a project like sql-ts that works for multiple DBs and also generating json schemas for the models and input/query models as well would be incredibly powerful and useful.
I'm eager to hear your opinion 🙌
The text was updated successfully, but these errors were encountered:
Ever thought about pairing it with typebox to generate the types?
This would result in not only getting the types, but also a json-schema which could be used for all sorts of input and output validation, basically "for free".
The only project I've seen so far doing it is prisma-typebox-generator which only covers some of the required generation and also is dependent on prisma but I think having a project like
sql-ts
that works for multiple DBs and also generating json schemas for the models and input/query models as well would be incredibly powerful and useful.I'm eager to hear your opinion 🙌
The text was updated successfully, but these errors were encountered: