Skip to content

Commit a563108

Browse files
committed
adding postgresql resource
1 parent a7dbcbe commit a563108

File tree

4 files changed

+15
-1
lines changed

4 files changed

+15
-1
lines changed

all.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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

databases.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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

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-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>

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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
109113
MySQL is another viable open source database backend option for Python web

0 commit comments

Comments
 (0)