mirror of
https://github.com/vinta/awesome-python.git
synced 2024-11-13 11:16:10 -05:00
Better python-sql description
This commit is contained in:
parent
a64ea1793f
commit
947ada2373
1 changed files with 1 additions and 1 deletions
|
@ -403,7 +403,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
|||
* [PyMySQL](https://github.com/PyMySQL/PyMySQL) - Pure Python MySQL driver compatible to mysql-python.
|
||||
* [queries](https://github.com/gmr/queries) - A wrapper of the psycopg2 library for interacting with PostgreSQL.
|
||||
* [txpostgres](http://txpostgres.readthedocs.org/) - Twisted based asynchronous driver for PostgreSQL.
|
||||
* [python-sql](https://pypi.python.org/pypi/python-sql) - Write SQL queries in python.
|
||||
* [python-sql](https://pypi.python.org/pypi/python-sql) - Write SQL queries pythonically.
|
||||
* NoSQL Databases
|
||||
* [cassandra-python-driver](https://github.com/datastax/python-driver) - Python driver for Cassandra.
|
||||
* [HappyBase](http://happybase.readthedocs.org/) - A developer-friendly library for Apache HBase.
|
||||
|
|
Loading…
Reference in a new issue