Skip to content

Commit 4128d2b

Browse files
committed
adding new resourceo n difference between sql and django orm
1 parent 49e1fd8 commit 4128d2b

File tree

4 files changed

+14
-1
lines changed

4 files changed

+14
-1
lines changed

all.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1869,6 +1869,10 @@ <h2>Object-Relational Mapping</h2>
18691869
creating a data analysis tool or a batch script without a user interface.
18701870
Currently, the most widely used stand-alone ORM written for Python is
18711871
<a href="http://www.sqlalchemy.org/">SQLAlchemy</a>.</p>
1872+
<p>If you're interested in the differences between SQLAlchemy and the Django
1873+
ORM I highly recommend reading
1874+
<a href="http://lucumr.pocoo.org/2011/7/19/sqlachemy-and-you/">SQLAlchemy and You</a>
1875+
by Armin Ronacher.</p>
18721876
<h2>Database third-party services</h2>
18731877
<p>Numerous companies run scalable database servers as a hosted service.
18741878
Hosted databases can often provide automated backups and recovery,

databases.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,10 @@ <h2>Object-Relational Mapping</h2>
164164
creating a data analysis tool or a batch script without a user interface.
165165
Currently, the most widely used stand-alone ORM written for Python is
166166
<a href="http://www.sqlalchemy.org/">SQLAlchemy</a>.</p>
167+
<p>If you're interested in the differences between SQLAlchemy and the Django
168+
ORM I highly recommend reading
169+
<a href="http://lucumr.pocoo.org/2011/7/19/sqlachemy-and-you/">SQLAlchemy and You</a>
170+
by Armin Ronacher.</p>
167171
<h2>Database third-party services</h2>
168172
<p>Numerous companies run scalable database servers as a hosted service.
169173
Hosted databases can often provide automated backups and recovery,

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-10-24T09:40:09Z</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-10-25T09:56:35Z</updated></feed>

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,11 @@ creating a data analysis tool or a batch script without a user interface.
146146
Currently, the most widely used stand-alone ORM written for Python is
147147
[SQLAlchemy](http://www.sqlalchemy.org/).
148148

149+
If you're interested in the differences between SQLAlchemy and the Django
150+
ORM I highly recommend reading
151+
[SQLAlchemy and You](http://lucumr.pocoo.org/2011/7/19/sqlachemy-and-you/)
152+
by Armin Ronacher.
153+
149154

150155
## Database third-party services
151156
Numerous companies run scalable database servers as a hosted service.

0 commit comments

Comments
 (0)