From a7076aa510a0004241467c13fa5a64b39d221418 Mon Sep 17 00:00:00 2001 From: kwabena Date: Fri, 17 Feb 2023 03:01:54 +0000 Subject: [PATCH] Add pyodbc database driver --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c01386f6..76b4ace2 100644 --- a/README.md +++ b/README.md @@ -419,6 +419,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * Other Relational Databases * [pymssql](https://pymssql.readthedocs.io/en/latest/) - A simple database interface to Microsoft SQL Server. * [clickhouse-driver](https://github.com/mymarilyn/clickhouse-driver) - Python driver with native interface for ClickHouse. + * [pyodbc](https://github.com/mkleehammer/pyodbc) - An open source Python module that makes accessing ODBC databases simple. * NoSQL Databases * [cassandra-driver](https://github.com/datastax/python-driver) - The Python Driver for Apache Cassandra. * [happybase](https://github.com/wbolster/happybase) - A developer-friendly library for Apache HBase.