mirror of
https://github.com/vinta/awesome-python.git
synced 2024-12-18 00:00:13 +00:00
add oracledb, replacing the now-deprecated cx_Oracle module
This commit is contained in:
parent
c9824837e5
commit
25565524c6
|
@ -372,6 +372,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
|
||||||
* Other Relational Databases
|
* Other Relational Databases
|
||||||
* [pymssql](https://github.com/pymssql/pymssql) - A simple database interface to Microsoft SQL Server.
|
* [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.
|
* [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
|
* NoSQL Databases
|
||||||
* [cassandra-driver](https://github.com/datastax/python-driver) - The Python Driver for Apache Cassandra.
|
* [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.
|
* [happybase](https://github.com/python-happybase/happybase) - A developer-friendly library for Apache HBase.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user