Open j209 opened 5 years ago
Hi @j209! It looks like you may have removed some required elements from the initial comment template, without which I can't verify that this post meets our contribution guidelines. To re-open this issue, please copy the template from here, paste it at the beginning of your initial comment, and follow the instructions in the text. Then post a new comment (e.g. "ok, fixed!") so that I know to go back and check.
Sorry to be a hassle, but following these instructions ensures that we can help you in the best way possible and keep the Sails project running smoothly.
*If you feel this message is in error, or you want to debate the merits of my existence (sniffle), please contact inquiries@sailsjs.com
Hi @j209, Are you suggesting Prisma or are you asking for help on how to hook it up to your Sails app? Here at Sails we always use Waterline. It was built by the Sails team so it comes out of the box and works seamlessly with all Sails apps. So that being said we have never tried Prisma and unfortunately cant really offer any advice about it. But hopefully the friendly Sails community can! ~Cheers
@j209 @raqem you can check out sails-hook-orm-mongoose for an example of how to use other ORMs with Sails. However, we don't recommend trying to use a non-standard ORM - using Waterline is the best way to ensure your Sails app is stable and future-proof.
Hi What about using Prisma in sails for ORM?