pg_python.cpython-37.pyc
pgsql driver, cluster management tools, and client tools
Install
- All systems
-
curl cmd.cat/pg_python.cpython-37.pyc.sh
- Debian
-
apt-get install python3-postgresql - Ubuntu
-
apt-get install python3-postgresql - Fedora
-
dnf install python3-postgresql - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install python3-postgresql - Raspbian
-
apt-get install python3-postgresql
python3-postgresql
pgsql driver, cluster management tools, and client tools
py-postgresql is a python3 DB-API driver, including cluster management tools and client development tools. Written in pure Python 3 with optional optimizations written in C. It provides support for protocol-level prepared statements, the COPY interface, arrays and composite types, and a console to run quick tests and simple scripts in PostgreSQL called pg_python.