Skip to content

Commit 2118971

Browse files
committed
adding new resources to database page
1 parent 02e052d commit 2118971

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

databases.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,10 @@ <h2>Database resources</h2>
209209
<p><a href="http://dbweekly.com/">DB Weekly</a> is a weekly roundup of general database
210210
articles and resources.</p>
211211
</li>
212+
<li>
213+
<p><a href="http://www.pythoncentral.io/sqlalchemy-vs-orms/">SQLAlchemy vs Other ORMs</a>
214+
provides a detailed comparison of SQLAlchemy against alternatives.</p>
215+
</li>
212216
</ul>
213217
<h3>What's next to get your app running?</h3>
214218
<div class="row">

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-02T17:03:39Z</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-02T17:05:08Z</updated></feed>

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,5 +189,8 @@ SQL integrates with Google App Engine but can be used independently as well.
189189
* [DB Weekly](http://dbweekly.com/) is a weekly roundup of general database
190190
articles and resources.
191191

192+
* [SQLAlchemy vs Other ORMs](http://www.pythoncentral.io/sqlalchemy-vs-orms/)
193+
provides a detailed comparison of SQLAlchemy against alternatives.
194+
192195

193196
### What's next to get your app running?

0 commit comments

Comments
 (0)