
The current version of the psycopg is 2 or psycopg2. psycopg2 is a library for python to connect to database from server. Currently, the psycopg is the most popular PostgreSQL database adapter for the Python language. Have you checked – Python SQLite3 Tutorial to Perform Basic Database Operation Python PostgreSQL Using psycopg2 ModuleĪs we know python has various database drivers for PostgreSQL. Here i am using a term CRUD, and i am pretty sure you are thinking What is CRUD ? CRUD is nothing but an abbreviation for the basic operations that we perform in any database. Many companies are using PostgreSQL for making their products. Multi-version concurrency control (MVCC) etc. The original name of PostgreSQL is Postgres therefore, sometimes PostgreSQL is referred as Postgres. PostgreSQL is the first database management system that implements multi-version concurrency control (MVCC) feature, even before Oracle. PSYCOPG2 PYTHON POSTGRESQL TUTORIAL MAC OS X
It can run on various operating systems like Windows, Linux, Solaris, Mac OS X etc.It has more than 15 years off active development phase and a proven architecture that has earned it a strong reputation for reliability, data integrity and correctness.
PostgreSQL is a general purpose and object-relational database management system, the most advanced open source database system.
5 Python PostgreSQL : Performing Basic CRUD Operation.3 Python PostgreSQL Using psycopg2 Module.