You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: databases.html
+26-8Lines changed: 26 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -93,8 +93,30 @@ <h1>Databases</h1>
93
93
file on disk. SQLite is built into Python but is only built for access
94
94
by a single connection at a time. Therefore is highly recommended to not
95
95
<aclass="reference external" href="https://docs.djangoproject.com/en/dev/ref/databases/#database-is-locked-errors">run a production web application with SQLite</a>.</p>
<p>PostgreSQL is the recommended relational database for working with Python
99
+
web applications. PostgreSQL's feature set, active development and stability
100
+
contribute to its usage as the backend for millions of applications live
101
+
on the Web today.</p>
102
+
<divclass="section" id="postgresql-resources">
103
+
<h3>PostgreSQL resources</h3>
104
+
<p>This post on "<aclass="reference external" href="http://killtheyak.com/use-postgresql-with-django-flask/">Use PostgreSQL with Django or Flask</a>"
105
+
is a great quickstart guide for either framework.</p>
106
+
<p><aclass="reference external" href="http://postgresweekly.com/">PostgreSQL Weekly</a> is a weekly newsletter of
107
+
PostgreSQL content from around the web.</p>
108
+
<p><aclass="reference external" href="https://www.braintreepayments.com/braintrust/scaling-postgresql-at-braintree-four-years-of-evolution">Scaling PostgreSQL at Braintree</a>. Fascinating
109
+
inside look at the evolution of the database's usage at Braintree.</p>
110
+
<p><aclass="reference external" href="http://www.ibm.com/developerworks/library/os-postgresecurity/">Total security in a PostgreSQL database</a>.
111
+
There is no such thing as total security but this is a good article anyway.</p>
0 commit comments