Skip to content

Commit 0867ee8

Browse files
committed
update sqlalchemy resources
1 parent a6898a4 commit 0867ee8

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ interface for creating and executing database-agnostic code without
1717
needing to write SQL statements.
1818

1919

20-
<a href="http://www.sqlalchemy.org/"><img src="/img/logos/sqlalchemy.jpg" width="100%" alt="SQLAlchemy logo." class="technical-diagram"></a>
20+
<a href="http://www.sqlalchemy.org/"><img src="/img/logos/sqlalchemy.jpg" width="100%" alt="SQLAlchemy logo." class="shot"></a>
2121

2222

2323
## Why is SQLAlchemy a good ORM choice?
@@ -126,8 +126,6 @@ a database-driven application. The following resources can be helpful if
126126
you are having trouble getting started or are starting to run into some
127127
edge cases.
128128

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-
131129
* There is an entire chapter in the
132130
[Architecture of Open Source Applications book on SQLAlchemy](http://aosabook.org/en/sqlalchemy.html).
133131
The content is detailed and well worth reading to understand what is
@@ -148,6 +146,10 @@ edge cases.
148146
explains how one development team uses the Django ORM for most of their
149147
standard queries but relies on SQLAlchemy for really advanced queries.
150148

149+
* This
150+
[SQLAlchemy tutorial](https://overiq.com/sqlalchemy/101/intro-to-sqlalchemy/) provides
151+
a slew of code examples that cover the basics for working with SQLAlchemy.
152+
151153
* [SQLAlchemy and data access in Python](https://talkpython.fm/episodes/show/5/sqlalchemy-and-data-access-in-python)
152154
is a podcast interview with the creator of SQLAlchemy that covers the
153155
project's history and how it has evolved over the past decade.

0 commit comments

Comments
 (0)