Category Archives: postgresql

Khóa học miễn phí PostgreSQL – PHP nhận dự án làm có lương

PostgreSQL – PHP Interface Installation The PostgreSQL extension is enabled by default in the latest releases of PHP 5.3.x. It is possible to disable it by using –without-pgsql at compile time. Still you can use yum command to install PHP -PostgreSQL interface − yum install php-pgsql Before you start using the PHP PostgreSQL interface, find […]

Khóa học miễn phí PostgreSQL – Python nhận dự án làm có lương

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 […]