mirror of
https://github.com/vinta/awesome-python.git
synced 2026-06-12 11:19:30 +00:00
queries - wrapper of the psycopg2 library
This commit is contained in:
parent
899f6e9a97
commit
1a6da5a02a
1 changed files with 1 additions and 0 deletions
|
|
@ -287,6 +287,7 @@ long, literate-programming-style documentation generator.
|
|||
* [mysql-connector-python](https://pypi.python.org/pypi/mysql-connector-python) - A pure Python MySQL driver from Oracle (in case you don't want or can't install system MySQL library)
|
||||
* [oursql](https://pythonhosted.org/oursql/) - A better MySQL connector for Python with support for native prepared statements and BLOBs.
|
||||
* [psycopg2](http://initd.org/psycopg/) - The most popular PostgreSQL adapter for the Python.
|
||||
* [queries](https://github.com/gmr/queries) - Queries: PostgreSQL Simplified - wrapper of the psycopg2 library for interacting with PostgreSQL
|
||||
* NoSQL Databases
|
||||
* [cassandra-python-driver](https://github.com/datastax/python-driver) - Python driver for Cassandra by Datastax.
|
||||
* [pycassa](https://github.com/pycassa/pycassa) - Python Thrift driver for Cassandra.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue