From 1b40e87a3f54a70d4994262dd7fad4297caaeca3 Mon Sep 17 00:00:00 2001 From: Richard Knight Date: Fri, 9 Jul 2021 17:35:01 +0100 Subject: moved from libpqxx to libpq --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index a73a9f8..478c7bf 100644 --- a/README.md +++ b/README.md @@ -24,9 +24,9 @@ Connector/C++ (https://dev.mysql.com/downloads/connector/cpp/) # apt get install libmysqlcppconn-dev ### PostgreSQL -libpqxx (http://pqxx.org/development/libpqxx/wiki/DownloadPage) +libpq (https://www.postgresql.org/download/) - # apt get install libpqxx-dev + # apt get install libpq-dev ### SQLite libsqlite (https://www.sqlite.org/download.html) @@ -49,4 +49,4 @@ A number of examples are included in the examples directory. Generally the synta -By Richard Knight 2019 \ No newline at end of file +By Richard Knight 2019 -- cgit v1.2.3