tghosgor / postgresppLinks
postgres++ async C++ driver is a thin libpq wrapper in C++ for PostgreSQL that aims to make libpq easier to use. It has asynchronous behavior and depends on Boost.ASIO for async operations. It makes use of C++11 variadic templates for parameter-ed functions like PQsendQueryParams.
☆40Updated 7 months ago
Alternatives and similar repositories for postgrespp
Users that are interested in postgrespp are comparing it to the libraries listed below
Sorting:
- Use functors, lambdas and std::chrono to schedule tasks in the near future☆92Updated 4 years ago
- Boost::ASIO low-level redis client (connector)☆147Updated 2 years ago
- Session-based Beast/Asio wrapper requiring C++14☆67Updated 4 years ago
- An asynchronous msgpack-RPC and JSON-RPC library built on top of Boost.Asio.☆159Updated 7 months ago
- Go-like channels for ASIO C++20 coroutines☆41Updated last year
- nanorpc - lightweight RPC in pure C++ 17☆244Updated 2 years ago
- Started to re-write sqlpp11 to sqlpp17 (not even remotely ready yet)☆55Updated 7 months ago
- A platform-independent promise library for C++, implementing asynchronous continuations.☆194Updated 7 years ago
- C++20 Microservice Bootstrapping Framework☆233Updated 2 weeks ago
- Futures and thread pool for C++ (with optional Qt support)☆131Updated 4 years ago
- A small header-only library for converting data between json representation and c++ structs☆158Updated last year
- An HTTP / Websocket library in C++17 using Boost.Beast and Boost.ASIO.☆105Updated 2 years ago
- Event loop friendly C++ actor micro-framework, supervisable☆370Updated last month
- A C++11 compliant header-only asynchronous MySQL client library based on Asio. Enables you to work with MySQL in both asynchronous and bl…☆157Updated 7 years ago
- cpp-netlib URI☆141Updated 5 years ago
- An async redis client designed for performance and scalability☆269Updated this week
- C++ client for PostgreSQL☆46Updated last year
- High performance C++11 signals☆177Updated 6 years ago
- Boost Application Library☆113Updated 4 years ago
- any lite - A C++17-like any, a type-safe container for single values of any type for C++98, C++11 and later in a single-file header-only …☆149Updated last month
- Urdl C++ Library - Urdl is a cross-platform C++ library for downloading web content using a URL. It provides an easy-to-use extension to …☆120Updated 7 years ago
- Boost.URL is a library for manipulating Uniform Resource Identifiers (URIs) and Locators (URLs).☆197Updated last week
- A reference implementation for a modern C++ client interface☆92Updated 7 years ago
- Filesystem changes monitor using boost::asio © Boris Schaeling☆89Updated 7 months ago
- Priority-based Task Scheduling for Modern C++☆92Updated 4 years ago
- Experimental library to test feasabiltity of go-like channels built on Asio☆24Updated 4 years ago
- A simple experiment with the coroutines ts and boost asio.☆21Updated 8 years ago
- C++ header only library purposed to create pool of some resources like keepalive connections☆25Updated last year
- MIF is a C++11 web-application framework designed for the backend micro-service development☆48Updated last year
- async/await in vanilla C++11☆80Updated 9 years ago