help to manage database
What do you like best about the product?
Help a lot during development if we add field in code but forgot to add in database
What do you dislike about the product?
i think need more flexibility for joining the table
What problems is the product solving and how is that benefiting you?
during project development many time we add field in local database and local code but at the time of uploading this files in server we just add a file and forgot to add field in live database.after we started using prisma we just add field in schema and need to check in server if its match no need to worry about data base side