PostgreSQL adapter for oatpp ORM. Contribute to oatpp/oatpp-postgresql development by creating an account on GitHub.
All you need to start using oatpp ORM with PostgreSQL is to create oatpp::postgresql::Executor and provide it to your DbClient. #include "db/MyClient.hpp" #include "oatpp-postgresql/orm.hpp" class AppComponent { public: /** * Create DbClient component. */ OATPP_CREATE_COMPONENT(std::sh...
PostgreSQL adapter for oatpp ORM. Contribute to oatpp/oatpp-postgresql development by creating an account on GitHub.