From 49e2b1603eb4651466c2d35be24a617881c233f1 Mon Sep 17 00:00:00 2001 From: Ryan Leckey Date: Thu, 11 Apr 2013 14:23:46 -0700 Subject: [PATCH] Add SQLAlchemy as a model connector. [ci skip] --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index bb973d6..33107a7 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,10 @@ class Resource(resources.Resource): > The Web framework for perfectionists (with deadlines). Django makes it easier to build better Web apps more quickly and with less code. +#### [SQLAlchemy](http://www.sqlalchemy.org/) +> SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that +gives application developers the full power and flexibility of SQL. + ## Installation ### Automated