-
-
Notifications
You must be signed in to change notification settings - Fork 61
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
how to persist polices with PostgreSQL #213
Labels
enhancement
New feature or request
Comments
@jackleibest The PostgreSQL adapter is not implemented yet, we will implement it later and put it in a separate repository named postgresql-adapter. |
@cs1137195420 we should make an ORM adapter first, see: #214 @jackleibest do you have any suggestions for a C/C++ ORM? |
Replaced by: #239 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Seems the casbin could be save the policies to the PostgreSQL via Go lang or Java, however, how to do it with C++? Are the any adapters?
The text was updated successfully, but these errors were encountered: