Skip to content

Commit 44910fa

Browse files
committed
adding new resource for ORMs
1 parent 224859e commit 44910fa

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

databases.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,11 @@ <h2>Database resources</h2>
190190
<p><a href="http://www.pythoncentral.io/sqlalchemy-vs-orms/">SQLAlchemy vs Other ORMs</a>
191191
provides a detailed comparison of SQLAlchemy against alternatives.</p>
192192
</li>
193+
<li>
194+
<p><a href="http://blog.isotoma.com/2014/05/a-different-view/">A different view</a>
195+
provides some perspective on the impedance mismatch between ORMs and
196+
traditional SQL queries.</p>
197+
</li>
193198
</ul>
194199
<h2>Databases learning checklist</h2>
195200
<p><i class="fa fa-check-square-o"></i>

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>2014-05-26T13:14:10Z</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>2014-05-26T13:32:02Z</updated></feed>

source/content/pages/04-data/0401-databases.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,10 @@ SQL integrates with Google App Engine but can be used independently as well.
172172
* [SQLAlchemy vs Other ORMs](http://www.pythoncentral.io/sqlalchemy-vs-orms/)
173173
provides a detailed comparison of SQLAlchemy against alternatives.
174174

175+
* [A different view](http://blog.isotoma.com/2014/05/a-different-view/)
176+
provides some perspective on the impedance mismatch between ORMs and
177+
traditional SQL queries.
178+
175179

176180
## Databases learning checklist
177181
<i class="fa fa-check-square-o"></i>

0 commit comments

Comments
 (0)