Skip to content

Commit 8ba310b

Browse files
committed
new ORM resource
1 parent 11eda29 commit 8ba310b

File tree

4 files changed

+18
-1
lines changed

4 files changed

+18
-1
lines changed

all.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3354,6 +3354,12 @@ <h3>General ORM resources</h3>
33543354
in an essay about how ORMs are often misused but that they do provide
33553355
benefits to developers.</p>
33563356
</li>
3357+
<li>
3358+
<p>If you're confused about the difference between a connector, such as
3359+
MySQL-python and an ORM like SQLAlchemy, read this
3360+
<a href="http://stackoverflow.com/questions/2550292/purpose-of-sqlalchemy-over-mysqldb">StackOverflow answer</a>
3361+
on the topic.</p>
3362+
</li>
33573363
</ul>
33583364
<h3>Django ORM resources</h3>
33593365
<ul>

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-14T09:42:37Z</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-14T10:55:29Z</updated></feed>

object-relational-mappers-orms.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,12 @@ <h3>General ORM resources</h3>
120120
in an essay about how ORMs are often misused but that they do provide
121121
benefits to developers.</p>
122122
</li>
123+
<li>
124+
<p>If you're confused about the difference between a connector, such as
125+
MySQL-python and an ORM like SQLAlchemy, read this
126+
<a href="http://stackoverflow.com/questions/2550292/purpose-of-sqlalchemy-over-mysqldb">StackOverflow answer</a>
127+
on the topic.</p>
128+
</li>
123129
</ul>
124130
<h3>Django ORM resources</h3>
125131
<ul>

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,11 @@ For now, we'll lump schema migration resources under ORM links below.
109109
in an essay about how ORMs are often misused but that they do provide
110110
benefits to developers.
111111

112+
* If you're confused about the difference between a connector, such as
113+
MySQL-python and an ORM like SQLAlchemy, read this
114+
[StackOverflow answer](http://stackoverflow.com/questions/2550292/purpose-of-sqlalchemy-over-mysqldb)
115+
on the topic.
116+
112117

113118
### Django ORM resources
114119
* [Django models, encapsulation and data integrity](http://www.dabapps.com/blog/django-models-and-encapsulation/)

0 commit comments

Comments
 (0)