{"id":61873,"library":"oatpp-postgresql","title":"Oat++ PostgreSQL","description":"Oat++ PostgreSQL adapter for Oat++ ORM (alpha - not all datatypes are supported).","status":"active","version":"1.3.0","language":"cpp","source_language":null,"source_url":null,"tags":["oatpp","postgresql","orm","database"],"install":[{"cmd":"vcpkg install oatpp-postgresql","lang":"bash","label":"vcpkg"},{"cmd":"# CMakeLists.txt\nfind_package(oatpp_postgresql CONFIG REQUIRED)\ntarget_link_libraries(main PRIVATE oatpp-postgresql::oatpp-postgresql)","lang":"cmake","label":"CMake"}],"dependencies":[],"imports":[{"symbol":"oatpp-postgresql/ConnectionProvider.hpp","correct":"#include <oatpp-postgresql/ConnectionProvider.hpp>"}],"quickstart":{"code":"#include \"oatpp-postgresql/ConnectionProvider.hpp\"\n#include <iostream>\n\nint main() {\n    auto connectionProvider = std::make_shared<oatpp::postgresql::ConnectionProvider>(\"postgresql://localhost:5432/mydb\");\n    auto connection = connectionProvider->getConnection();\n    std::cout << \"Connected to PostgreSQL\" << std::endl;\n    return 0;\n}","lang":"cpp","description":"Create a PostgreSQL connection using Oat++ ORM adapter."},"warnings":[{"fix":"Check the documentation for supported types and consider using raw SQL for unsupported types.","message":"This module is in alpha stage; not all PostgreSQL data types are supported.","severity":"gotcha","affected_versions":"all"}],"env_vars":null,"search_vec":"'adapt':5 'alpha':9 'databas':18 'datatyp':12 'oat':1,3,7 'oatpp':15 'orm':8,17 'postgresql':2,4,16 'support':14","created_at":"2026-06-17T05:08:39.034644+00:00","updated_at":"2026-06-17T05:08:39.034644+00:00","problems":[],"ecosystem":"vcpkg","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["database","orm"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}