Library to connect Python to Postgresql

This page summarizes the projects mentioned and recommended in the original post on /r/learnpython

Civic Auth - Simple auth for Python backends
Drop Civic Auth into your Python backend with just a few lines of code. Email login, SSO, and route protection built-in. Minimal config. Works with FastAPI, Flask, or Django.
www.civic.com
featured
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
  1. asyncpg

    A fast PostgreSQL Database Client Library for Python/asyncio.

    asyncpg is another great driver if you're using asyncio and want maximum performance (although they also break with DBAPI, but the tradeoff may be worth it).

  2. Civic Auth

    Simple auth for Python backends. Drop Civic Auth into your Python backend with just a few lines of code. Email login, SSO, and route protection built-in. Minimal config. Works with FastAPI, Flask, or Django.

    Civic Auth logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Psycopg 3.2 released – PostgreSQL driver for Python

    1 project | news.ycombinator.com | 1 Jul 2024
  • Differences from Psycopg2

    1 project | news.ycombinator.com | 10 Oct 2023
  • Asyncpg – A Fast PostgreSQL Database Client Library for Python/Asyncio

    1 project | news.ycombinator.com | 29 Sep 2023
  • PgBouncer is useful, important, and fraught with peril

    2 projects | news.ycombinator.com | 8 Sep 2023
  • Announcing Quart-DB

    3 projects | /r/Python | 12 Apr 2022

Did you know that Python is
the 2nd most popular programming language
based on number of references?