File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed
source/content/pages/04-data Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments