Python Database Drivers

Back

1. awesome-mysql

[awesome-mysql](http://shlomi-noach.github.io/awesome-mysql/)

2. mysqlclient

MySQL connector with Python 3 support ([mysql-python](https://sourceforge.net/projects/mysql-python/) fork).

3. PyMySQL

A pure Python MySQL driver compatible to mysql-python.

4. awesome-postgres

[awesome-postgres](https://github.com/dhamaniasad/awesome-postgres)

5. psycopg2

The most popular PostgreSQL adapter for Python.

6. queries

A wrapper of the psycopg2 library for interacting with PostgreSQL.

7. awesome-sqlite

[awesome-sqlite](https://github.com/planetopendata/awesome-sqlite)

8. sqlite3

(Python standard library) SQlite interface compliant with DB-API 2.0

9. SuperSQLite

A supercharged SQLite library built on top of [apsw](https://github.com/rogerbinns/apsw).

10. pymssql

A simple database interface to Microsoft SQL Server.

11. clickhouse-driver

Python driver with native interface for ClickHouse.

12. cassandra-driver

The Python Driver for Apache Cassandra.

13. happybase

A developer-friendly library for Apache HBase.

14. kafka-python

The Python client for Apache Kafka.

15. py2neo

A client library and toolkit for working with Neo4j.

16. pymongo

The official Python client for MongoDB.

17. redis-py

The Python client for Redis.

18. motor

The async Python driver for MongoDB.