You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -126,8 +126,6 @@ a database-driven application. The following resources can be helpful if
126
126
you are having trouble getting started or are starting to run into some
127
127
edge cases.
128
128
129
-
* The [SQLAlchemy tutorial - OverIQ](https://overiq.com/sqlalchemy/101/intro-to-sqlalchemy/) covers all the basics you need to know to get up and running with SQLAlchemy.
130
-
131
129
* There is an entire chapter in the
132
130
[Architecture of Open Source Applications book on SQLAlchemy](http://aosabook.org/en/sqlalchemy.html).
133
131
The content is detailed and well worth reading to understand what is
@@ -148,6 +146,10 @@ edge cases.
148
146
explains how one development team uses the Django ORM for most of their
149
147
standard queries but relies on SQLAlchemy for really advanced queries.
0 commit comments