casbin-cpp
casbin-cpp copied to clipboard
how to persist polices with PostgreSQL
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?
@EmperorYP7 @sheny1xuan @cs1137195420
@cs1137195420
@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: https://github.com/casbin/casbin-cpp/issues/214
@jackleibest do you have any suggestions for a C/C++ ORM?
Replaced by: https://github.com/casbin/casbin-cpp/issues/239