From eb6dd02867046834f1932b67f412560c8ddf3346 Mon Sep 17 00:00:00 2001 From: Vinta Date: Sat, 9 Aug 2014 01:31:39 +0800 Subject: [PATCH] add butterdb to ORM section --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c71c2aef..0127fa65 100644 --- a/README.md +++ b/README.md @@ -355,6 +355,8 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [MongoEngine](http://mongoengine.org/) - A Python Object-Document-Mapper for working with MongoDB. * [django-mongodb-engine](https://github.com/django-nonrel/mongodb-engine) - Django MongoDB Backend. * [redisco](https://github.com/kiddouk/redisco) - A Python Library for Simple Models and Containers Persisted in Redis. +* Others + * [butterdb](https://github.com/Widdershin/butterdb) - A Python ORM for Google Drive Spreadsheets. ## Web Frameworks