File tree Expand file tree Collapse file tree
source/content/pages/05-data Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments