PostgreSQL
Let's find out how PostrgreSQL can be used.
We'll cover the following
PostgreSQL is another popular open source database that a lot of people like to use.
Python has quite a few different packages that support this
backend, but the most popular is Psycopg
. The Psycopg
package
supports Python 2.5-2.7 and Python 3.1-3.4. It will likely work with
Python 3.5 too if we build it ourself.
Get hands-on with 1400+ tech skills courses.