Skip to content

Langage Python

Bibiliothèques

Le langage Python possèdent plusieurs bibliothèques d'accès à PostgreSQL

  • Psycopg2 Wrapper Python utilsant la libpq
  • Psycopg3 Wrapper Python utilsant la libpq et les dernières améliorations de Python
  • pg8000 Librarie en pure python
  • py-postgresql librairie en pure python (Python 3 seulement)

Released under CC BY-SA 4.0.