From 4eca1261634a7fff55d9302c26b24cf806b61446 Mon Sep 17 00:00:00 2001 From: William Chen Date: Mon, 18 Aug 2014 01:28:20 -0700 Subject: [PATCH 1/2] Update README.md Added dataset (https://github.com/pudo/dataset) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1420597d..1646e18a 100644 --- a/README.md +++ b/README.md @@ -348,6 +348,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [psycopg2](http://initd.org/psycopg/) - The most popular PostgreSQL adapter for Python. * [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 with ease - works with SQLite, MySQL, and PostgreSQL. * 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. From 061beb65d3a1340a5fa892cefe4ea6a209ef5440 Mon Sep 17 00:00:00 2001 From: William Chen Date: Mon, 18 Aug 2014 01:29:51 -0700 Subject: [PATCH 2/2] Added dataset https://github.com/pudo/dataset --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1646e18a..2f0c5b0a 100644 --- a/README.md +++ b/README.md @@ -348,7 +348,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [psycopg2](http://initd.org/psycopg/) - The most popular PostgreSQL adapter for Python. * [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 with ease - works with SQLite, MySQL, and PostgreSQL. + * [dataset] (https://github.com/pudo/dataset) - Store Python dicts in a database - works with SQLite, MySQL, and PostgreSQL. * 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.