Open m-abdelwahab opened 3 years ago
Did a little bit of research since I'm not particularly fluent in prisma.
Let me know if anything above here is incorrect.
Notes:
generate-queries
or pivot the idea of purely "JSON to X" and more "X to Y" where "Y" could be a "Query Schema"Everything you mentioned is correct 👍🏼
It would be very nice to have a SQL to prisma generator.
For example the following SQL QUERY
Should be converted to the following prisma query