Skip to content

Commit 93d745a

Browse files
committed
new postgresql resource
1 parent c598b4d commit 93d745a

4 files changed

Lines changed: 12 additions & 1 deletion

File tree

all.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2778,6 +2778,10 @@ <h2>Database resources</h2>
27782778
<p><a href="https://julien.danjou.info/blog/2014/db-integration-testing-strategies-python">Databases integration testing strategies</a>
27792779
covers a difficult topic that comes up on every real world project.</p>
27802780
</li>
2781+
<li>
2782+
<p>The title's a bit presumptuous but here's a useful list of
2783+
<a href="http://engineering.tilt.com/7-postgresql-data-migration-hacks/">7 PostgreSQL data migration hacks you should be using, but aren't</a>.</p>
2784+
</li>
27812785
</ul>
27822786
<h2>Databases learning checklist</h2>
27832787
<p><i class="fa fa-check-square-o"></i>

databases.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,10 @@ <h2>Database resources</h2>
239239
<p><a href="https://julien.danjou.info/blog/2014/db-integration-testing-strategies-python">Databases integration testing strategies</a>
240240
covers a difficult topic that comes up on every real world project.</p>
241241
</li>
242+
<li>
243+
<p>The title's a bit presumptuous but here's a useful list of
244+
<a href="http://engineering.tilt.com/7-postgresql-data-migration-hacks/">7 PostgreSQL data migration hacks you should be using, but aren't</a>.</p>
245+
</li>
242246
</ul>
243247
<h2>Databases learning checklist</h2>
244248
<p><i class="fa fa-check-square-o"></i>

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-04-20T09:40:53Z</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-04-21T09:39:18Z</updated></feed>

source/content/pages/05-data/01-databases.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,9 @@ provider.
201201
* [Databases integration testing strategies](https://julien.danjou.info/blog/2014/db-integration-testing-strategies-python)
202202
covers a difficult topic that comes up on every real world project.
203203

204+
* The title's a bit presumptuous but here's a useful list of
205+
[7 PostgreSQL data migration hacks you should be using, but aren't](http://engineering.tilt.com/7-postgresql-data-migration-hacks/).
206+
204207

205208
## Databases learning checklist
206209
<i class="fa fa-check-square-o"></i>

0 commit comments

Comments
 (0)