Difference between revisions of "Psycopg2"
Jump to navigation
Jump to search
(2 intermediate revisions by 2 users not shown) | |||
Line 6: | Line 6: | ||
<code> psycopg2.[[OperationalError]]</code> | <code> psycopg2.[[OperationalError]]</code> | ||
− | * Installation: <code>[[pip3 install]] | + | * Installation: <code>[[pip3 install psycopg2]]</code> |
== Related == | == Related == | ||
* <code>[[FATAL: database "XXXXXXXX" does not exist]]</code> | * <code>[[FATAL: database "XXXXXXXX" does not exist]]</code> | ||
− | + | * <code>[[community.postgresql]]</code> | |
+ | * [[import psycopg2]] | ||
== See also == | == See also == |
Latest revision as of 11:42, 13 April 2023
https://pypi.org/project/psycopg2/
psycopg2
Python-PostgreSQL database adapter.
psycopg2.OperationalError
- Installation:
pip3 install psycopg2
Related[edit]
See also[edit]
Advertising: