From dafea64ae86deff196bf027b26e77c7ad8f08276 Mon Sep 17 00:00:00 2001 From: Cursor <0xcursor@gmail.com> Date: Mon, 21 Nov 2022 22:22:24 -0600 Subject: [PATCH] Add libpqxx --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 03a10cb..3552e08 100644 --- a/README.md +++ b/README.md @@ -374,6 +374,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny * [hiberlite](https://github.com/paulftw/hiberlite) - C++ Object-relational mapping for sqlite3. [BSD] * [Hiredis](https://github.com/redis/hiredis) - A minimalistic C client library for the Redis database. [BSD] * [LevelDB](https://github.com/google/leveldb) - A fast key-value storage library written at Google that provides an ordered mapping from string keys to string values. [BSD] +* [libpqxx](https://github.com/jtv/libpqxx) - The official C++ client API for PostgreSQL. * [LMDB](http://symas.com/mdb/) - Very fast embedded key/value store with full ACID semantics. [OpenLDAP] * [LMDB++](https://github.com/bendiken/lmdbxx) - C++11 wrapper for the LMDB embedded database library. [PublicDomain] * [MongoDB C Driver](https://github.com/mongodb/mongo-c-driver) - MongoDB client library for C. [Apache2]