Skip to content

Commit 4f6fdb5

Browse files
committed
new sqlalchemy resource
1 parent c6aacb9 commit 4f6fdb5

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

content/pages/03-data/06-sqlalchemy.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,11 @@ implementations. Several open source projects and articles are listed here
193193
to make it a bit easier to understand the differences between these
194194
implementations.
195195

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+
196201
* [SQLAlchemy vs Other ORMs](http://www.pythoncentral.io/sqlalchemy-vs-orms/)
197202
provides a detailed comparison of SQLAlchemy against alternatives.
198203

0 commit comments

Comments
 (0)