Open enheit opened 2 years ago
Hey @enheit, a guide on implementing custom adapters is a great idea. You may've already found it, but your best bet for the time being would be to use the TypeORM adapter as an example.
Has a formal guide been created for this yet?
+1 for Prisma guide
We are interested in this too.
A guide would be good, but just including a ready-made Prisma adapter alongside the TypeORM one would be even better.
An EdgeDB adapter will be appreciated
+1 for Prisma
Hey, guys!
I try to integrate Oso into my app which uses prisma ORM to communicate with database. After reading documentation I noticed the following sentence:
I'm currently trying to implement this adapter myself, but with limited information/examples, I don't think I'm doing it right.
So, I would like to request a guide that shows how to implement custom adapters by using Prisma or an adapter itself (implemented by Oso dev team).
Thank you, Roman