Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions content/pages/03-data/06-sqlalchemy.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ a database-driven application. The following resources can be helpful if
you are having trouble getting started or are starting to run into some
edge cases.

* 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.

* There is an entire chapter in the
[Architecture of Open Source Applications book on SQLAlchemy](http://aosabook.org/en/sqlalchemy.html).
The content is detailed and well worth reading to understand what is
Expand Down