Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems. Learn more →
Top 19 Python Database Driver Projects
-
-
Judoscale
Save 47% on cloud hosting with autoscaling that just works. Judoscale integrates with Django, FastAPI, Celery, and RQ to make autoscaling easy and reliable. Save big, and say goodbye to request timeouts and backed-up task queues.
-
-
Project mention: FastAPI, Pydantic, Psycopg3: the holy trinity for Python web APIs | dev.to | 2024-10-24
asyncpg: this was the gold standard async database driver for Postgres, being one of the first to market and most performant. While all other drivers use the C library libpq to interface with Postgres, MagicStack opted to rewrite their own custom implementation and also deviate from Python DBAPI spec. If performance is your main criteria here, then asyncpg is probably the best option.
-
-
dataset
Easy-to-use data handling for SQL data stores with support for implicit table creation, bulk loading, and transactions.
-
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
-
-
-
-
-
-
-
-
-
py2neo
Py2neo is a comprehensive toolkit for working with Neo4j from within Python applications or from the command line.
-
mysql-python
MySQLdb is a Python DB API-2.0 compliant library to interact with MySQL 3.23-5.1 (unofficial mirror)
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
Python Database Drivers discussion
Python Database Drivers related posts
-
Another Python SQLite Wrapper
-
Psycopg 3.2 released – PostgreSQL driver for Python
-
PyPy has been working for me for several years now
-
Ask HN: Is Python async/await some kind of joke?
-
kafka-python VS quix-streams - a user suggested alternative
2 projects | 7 Dec 2023 -
quix-streams VS kafka-python - a user suggested alternative
2 projects | 7 Dec 2023 -
Can't install mysqclient in python 3.12
-
A note from our sponsor - InfluxDB
influxdata.com | 29 Apr 2025
Index
What are some of the best open-source Database Driver projects in Python? This list will help you:
# | Project | Stars |
---|---|---|
1 | redis-py | 12,992 |
2 | PyMySQL | 7,761 |
3 | asyncpg | 7,285 |
4 | kafka-python | 5,736 |
5 | dataset | 4,800 |
6 | mysqlclient | 2,496 |
7 | motor | 2,486 |
8 | cassandra-python-driver | 1,402 |
9 | clickhouse-driver | 1,251 |
10 | pymssql | 856 |
11 | SuperSQLite | 722 |
12 | HappyBase | 608 |
13 | django-pgtrigger | 585 |
14 | queries | 255 |
15 | txRedis | 128 |
16 | txpostgres | 105 |
17 | telephus | 94 |
18 | py2neo | 67 |
19 | mysql-python | 15 |