File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
articles/postgresql/single-server Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Most language client libraries used to connect to PostgreSQL server are external
30
30
| C\# / .NET | [ Npgsql] ( https://www.npgsql.org/ ) | ADO.NET Data Provider | [ Download] ( https://dotnet.microsoft.com/download ) |
31
31
| ODBC | [ psqlODBC] ( https://odbc.postgresql.org/ ) | ODBC Driver | [ Download] ( https://www.postgresql.org/ftp/odbc/versions/ ) |
32
32
| C | [ libpq] ( https://www.postgresql.org/docs/9.6/static/libpq.html ) | Primary C language interface | Included |
33
- | C++ | [ libpqxx] ( http://pqxx.org/ ) | New-style C++ interface | [ Download] ( http ://pqxx.org/download/software /) |
33
+ | C++ | [ libpqxx] ( http://pqxx.org/ ) | New-style C++ interface | [ Download] ( https ://pqxx.org/libpqxx /) |
34
34
35
35
## Next steps
36
36
You can’t perform that action at this time.
0 commit comments