Skip to content

Commit 87a47b9

Browse files
committed
new orm resource
1 parent bcbf31b commit 87a47b9

4 files changed

Lines changed: 15 additions & 1 deletion

File tree

all.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3447,6 +3447,11 @@ <h3>General ORM resources</h3>
34473447
on another page of the website.</p>
34483448
</li>
34493449
<li>
3450+
<p>This <a href="https://github.com/sloria/PythonORMSleepy">example GitHub project</a>
3451+
implements the same Flask application with several different ORMs:
3452+
SQLAlchemy, Peewee, MongoEngine, stdnet and PonyORM.</p>
3453+
</li>
3454+
<li>
34503455
<p>Martin Fowler addresses the
34513456
<a href="http://martinfowler.com/bliki/OrmHate.html">ORM hate</a>
34523457
in an essay about how ORMs are often misused but that they do provide

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-21T12:34:04Z</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-22T07:50:42Z</updated></feed>

object-relational-mappers-orms.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,11 @@ <h3>General ORM resources</h3>
207207
on another page of the website.</p>
208208
</li>
209209
<li>
210+
<p>This <a href="https://github.com/sloria/PythonORMSleepy">example GitHub project</a>
211+
implements the same Flask application with several different ORMs:
212+
SQLAlchemy, Peewee, MongoEngine, stdnet and PonyORM.</p>
213+
</li>
214+
<li>
210215
<p>Martin Fowler addresses the
211216
<a href="http://martinfowler.com/bliki/OrmHate.html">ORM hate</a>
212217
in an essay about how ORMs are often misused but that they do provide

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,10 @@ For now, we'll lump schema migration resources under ORM links below.
216216
* There's also a detailed overview of [what ORMs are](http://www.agiledata.org/essays/mappingObjects.html)
217217
on another page of the website.
218218

219+
* This [example GitHub project](https://github.com/sloria/PythonORMSleepy)
220+
implements the same Flask application with several different ORMs:
221+
SQLAlchemy, Peewee, MongoEngine, stdnet and PonyORM.
222+
219223
* Martin Fowler addresses the
220224
[ORM hate](http://martinfowler.com/bliki/OrmHate.html)
221225
in an essay about how ORMs are often misused but that they do provide

0 commit comments

Comments
 (0)