It is a Python 3 package providing modules to work with PostgreSQL from Python, including high-level drivers, and many other tools that support a developer working with PostgreSQL databases.
The goal of this project is to provide substantial convenience to Python developers working with PostgreSQL.
It provides a pure-Python driver + C optimizations for querying a PostgreSQL database.
Here are some key features of "py-postgresql":
· Pure Python.
· Prepared statements.
· COPY support.
· "pg_python" Quick Console.
· Cluster tools for creating and controlling a cluster.
· Support for most PostgreSQL types: composites, arrays, numeric, lots more.