File tree Expand file tree Collapse file tree 4 files changed +15
-1
lines changed
source/content/pages/05-data Expand file tree Collapse file tree 4 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -3243,6 +3243,11 @@ <h3>PostgreSQL resources</h3>
32433243 < a href ="http://russ.garrett.co.uk/2015/10/02/postgres-monitoring-cheatsheet/ "> PostgreSQL monitoring</ a >
32443244 is handy for knowing what to measure and how to do it.</ p >
32453245</ li >
3246+ < li >
3247+ < p > While you can use a graphical interface for working with PostgreSQL, it's
3248+ best to spend some time getting
3249+ < a href ="http://phili.pe/posts/postgresql-on-the-command-line/ "> comfortable with the command-line interface</ a > .</ p >
3250+ </ li >
32463251</ ul >
32473252< h2 > MySQL</ h2 >
32483253< p > MySQL is another viable open source database backend option for Python web
Original file line number Diff line number Diff line change @@ -131,6 +131,11 @@ <h3>PostgreSQL resources</h3>
131131 < a href ="http://russ.garrett.co.uk/2015/10/02/postgres-monitoring-cheatsheet/ "> PostgreSQL monitoring</ a >
132132 is handy for knowing what to measure and how to do it.</ p >
133133</ li >
134+ < li >
135+ < p > While you can use a graphical interface for working with PostgreSQL, it's
136+ best to spend some time getting
137+ < a href ="http://phili.pe/posts/postgresql-on-the-command-line/ "> comfortable with the command-line interface</ a > .</ p >
138+ </ li >
134139</ ul >
135140< h2 > MySQL</ h2 >
136141< p > MySQL is another viable open source database backend option for Python web
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-10-28T14:34:20Z </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-10-29T15:06:08Z </updated ></feed >
Original file line number Diff line number Diff line change @@ -104,6 +104,10 @@ The post is an inside look at the evolution of Braintree's usage of the database
104104 [ PostgreSQL monitoring] ( http://russ.garrett.co.uk/2015/10/02/postgres-monitoring-cheatsheet/ )
105105 is handy for knowing what to measure and how to do it.
106106
107+ * While you can use a graphical interface for working with PostgreSQL, it's
108+ best to spend some time getting
109+ [ comfortable with the command-line interface] ( http://phili.pe/posts/postgresql-on-the-command-line/ ) .
110+
107111
108112## MySQL
109113MySQL is another viable open source database backend option for Python web
You can’t perform that action at this time.
0 commit comments