From 25565524c6e0b01d61f7a659428c933db93a72f3 Mon Sep 17 00:00:00 2001 From: Brennen Raimer <5969754+norweeg@users.noreply.github.com> Date: Tue, 9 Apr 2024 18:44:55 -0400 Subject: [PATCH] add oracledb, replacing the now-deprecated cx_Oracle module --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 778fc8b2..e19fc200 100644 --- a/README.md +++ b/README.md @@ -372,6 +372,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * Other Relational Databases * [pymssql](https://github.com/pymssql/pymssql) - A simple database interface to Microsoft SQL Server. * [clickhouse-driver](https://github.com/mymarilyn/clickhouse-driver) - Python driver with native interface for ClickHouse. + * [oracledb](https://python-oracledb.readthedocs.io/en/latest/index.html) - Oracle's official module for accessing to an Oracle database * NoSQL Databases * [cassandra-driver](https://github.com/datastax/python-driver) - The Python Driver for Apache Cassandra. * [happybase](https://github.com/python-happybase/happybase) - A developer-friendly library for Apache HBase.