mirror of
https://github.com/vinta/awesome-python.git
synced 2024-11-24 04:21:07 +00:00
Add APSW
This commit is contained in:
parent
f8dffbd7e3
commit
0eae58065c
|
@ -396,6 +396,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
|||
* [txpostgres](http://txpostgres.readthedocs.org/) - Twisted based asynchronous driver for PostgreSQL.
|
||||
* [queries](https://github.com/gmr/queries) - A wrapper of the psycopg2 library for interacting with PostgreSQL.
|
||||
* [dataset](https://github.com/pudo/dataset) - Store Python dicts in a database - works with SQLite, MySQL, and PostgreSQL.
|
||||
* [apsw](http://rogerbinns.github.io/apsw/) - APSW provides an SQLite 3 wrapper that provides the thinnest layer over the SQLite database library possible. Everything you can do from the SQLite C API, you can do from Python.
|
||||
* NoSQL Databases
|
||||
* [cassandra-python-driver](https://github.com/datastax/python-driver) - Python driver for Cassandra.
|
||||
* [pycassa](https://github.com/pycassa/pycassa) - Python Thrift driver for Cassandra.
|
||||
|
|
Loading…
Reference in New Issue
Block a user