We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6aacb9 commit 4f6fdb5Copy full SHA for 4f6fdb5
1 file changed
content/pages/03-data/06-sqlalchemy.markdown
@@ -193,6 +193,11 @@ implementations. Several open source projects and articles are listed here
193
to make it a bit easier to understand the differences between these
194
implementations.
195
196
+* [Introduction to SQLAlchemy ORM for Django Developers](https://apirobot.me/posts/introduction-to-sqlalchemy-orm-for-django-developers)
197
+ is written by a developer who typically used the [Django ORM](/django-orm.html)
198
+ at work and then had a chance to try SQLAlchemy for one project. He covers
199
+ differences in how each one handles transactions, models and queries.
200
+
201
* [SQLAlchemy vs Other ORMs](http://www.pythoncentral.io/sqlalchemy-vs-orms/)
202
provides a detailed comparison of SQLAlchemy against alternatives.
203
0 commit comments