-
Notifications
You must be signed in to change notification settings - Fork 182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Guide on implementing new data filtering adapters #1551
Comments
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
The text was updated successfully, but these errors were encountered: