PostgreSQL – C/C++ Interface This tutorial is going to use libpqxx library, which is the official C++ client API for PostgreSQL. The source code for libpqxx is available under the BSD license, so you are free to download it, pass it on to others, change it, sell it, include it in your own code, and […]
Category Archives: postgresql
PostgreSQL – Python Interface Installation The PostgreSQL can be integrated with Python using psycopg2 module. sycopg2 is a PostgreSQL database adapter for the Python programming language. psycopg2 was written with the aim of being very small and fast, and stable as a rock. You do not need to install this module separately because it is […]
PostgreSQL – Useful Resources The following resources contain additional information on PostgreSQL. Please use them to get more in-depth knowledge on this topic. Useful Video Courses Best Seller 24 Lectures 1.5 hours 127 Lectures 10.5 hours 5 Lectures 52 mins 21 Lectures 4 hours Most Popular 7 Lectures 1 hours 6 Lectures 1 hours Khóa […]