diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |