Skip to content

Commit 314137c

Browse files
committed
new sqlalchemy resource
1 parent 5d90ecf commit 314137c

4 files changed

Lines changed: 21 additions & 4 deletions

File tree

all.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3541,11 +3541,17 @@ <h3>SQLAlchemy resources</h3>
35413541
<ul>
35423542
<li>
35433543
<p>If you're interested in the differences between SQLAlchemy and the Django
3544-
ORM I highly recommend reading
3544+
ORM I recommend reading
35453545
<a href="http://lucumr.pocoo.org/2011/7/19/sqlachemy-and-you/">SQLAlchemy and You</a>
35463546
by Armin Ronacher.</p>
35473547
</li>
35483548
<li>
3549+
<p>There is an entire chapter in the
3550+
<a href="http://aosabook.org/en/sqlalchemy.html">Architecture of Open Source Applications book on SQLAlchemy </a>.
3551+
The content is detailed and well worth reading to understand what's
3552+
happening under the covers.</p>
3553+
</li>
3554+
<li>
35493555
<p><a href="http://www.pythoncentral.io/sqlalchemy-vs-orms/">SQLAlchemy vs Other ORMs</a>
35503556
provides a detailed comparison of SQLAlchemy against alternatives.</p>
35513557
</li>

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2015-06-18T08:40:16Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2015-06-20T11:48:37Z</updated></feed>

object-relational-mappers-orms.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,11 +301,17 @@ <h3>SQLAlchemy resources</h3>
301301
<ul>
302302
<li>
303303
<p>If you're interested in the differences between SQLAlchemy and the Django
304-
ORM I highly recommend reading
304+
ORM I recommend reading
305305
<a href="http://lucumr.pocoo.org/2011/7/19/sqlachemy-and-you/">SQLAlchemy and You</a>
306306
by Armin Ronacher.</p>
307307
</li>
308308
<li>
309+
<p>There is an entire chapter in the
310+
<a href="http://aosabook.org/en/sqlalchemy.html">Architecture of Open Source Applications book on SQLAlchemy </a>.
311+
The content is detailed and well worth reading to understand what's
312+
happening under the covers.</p>
313+
</li>
314+
<li>
309315
<p><a href="http://www.pythoncentral.io/sqlalchemy-vs-orms/">SQLAlchemy vs Other ORMs</a>
310316
provides a detailed comparison of SQLAlchemy against alternatives.</p>
311317
</li>

source/content/pages/05-data/04-object-relational-mappers.markdown

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,10 +292,15 @@ For now, we'll lump schema migration resources under ORM links below.
292292

293293
### SQLAlchemy resources
294294
* If you're interested in the differences between SQLAlchemy and the Django
295-
ORM I highly recommend reading
295+
ORM I recommend reading
296296
[SQLAlchemy and You](http://lucumr.pocoo.org/2011/7/19/sqlachemy-and-you/)
297297
by Armin Ronacher.
298298

299+
* There is an entire chapter in the
300+
[Architecture of Open Source Applications book on SQLAlchemy ](http://aosabook.org/en/sqlalchemy.html).
301+
The content is detailed and well worth reading to understand what's
302+
happening under the covers.
303+
299304
* [SQLAlchemy vs Other ORMs](http://www.pythoncentral.io/sqlalchemy-vs-orms/)
300305
provides a detailed comparison of SQLAlchemy against alternatives.
301306

0 commit comments

Comments
 (0)