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
@xhqsession what C++ PostgreSQL DB driver or ORM do you use?
@hsluoyz libpqxx
Hi, is there any update on this? I would also like to integrate Casbin-cpp with Postgresql using libpqxx. Is there any feature listing somewhere for the requirements of a proper connection between Casbin-cpp services and Postgresql?