From 709720e8ea8ca073ba83136bae1f13361cd33092 Mon Sep 17 00:00:00 2001 From: Vinta Date: Sat, 4 Oct 2014 10:28:02 +0800 Subject: [PATCH] add flywheel to ORM section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f734909..93ae4cc 100644 --- a/README.md +++ b/README.md @@ -397,6 +397,7 @@ 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. + * [flywheel](https://github.com/mathcamp/flywheel) - Object mapper for Amazon DynamoDB. * Others * [butterdb](https://github.com/Widdershin/butterdb) - A Python ORM for Google Drive Spreadsheets.