From e5320a5b3b2f8f35e9aa9f38839faa33179255b6 Mon Sep 17 00:00:00 2001 From: yangguang760 <yangguang760@gmail.com> Date: Tue, 26 Apr 2016 13:58:17 +0800 Subject: [PATCH] add cx_Oracle --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b100d10..8cd5e1e 100644 --- a/README.md +++ b/README.md @@ -420,6 +420,8 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [redis-py](https://github.com/andymccurdy/redis-py) - The Redis Python Client. * [telephus](https://github.com/driftx/Telephus) - Twisted based client for Cassandra. * [txRedis](https://github.com/deldotdr/txRedis) - Twisted based client for Redis. +* Oracle + * [cx_Oracle](http://cx-oracle.sourceforge.net/) - Python driver for Oracle. ## ORM -- GitLab