Skip to content

Commit e1a9264

Browse files
committed
updating relational database section
1 parent bf4c0f5 commit e1a9264

File tree

4 files changed

+27
-1
lines changed

4 files changed

+27
-1
lines changed

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>2013-12-08T11:47:02Z</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>2013-12-09T09:49:38Z</updated></feed>

index.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,14 @@ <h1>Database</h1>
320320
<p><a class="reference external" href="http://www.sqlite.org/">SQLite</a> is a database that is stored in a single
321321
file on disk. SQLite is built into Python but is only built for access
322322
by a single connection at a time.</p>
323+
<div class="section" id="database-third-party-services">
324+
<h2>Database third-party services</h2>
325+
<p>Numerous companies run scalable database servers as a hosted service.</p>
326+
<p><a class="reference external" href="http://aws.amazon.com/rds/">Amazon Relational Database Service (RDS)</a>
327+
provides pre-configured MySQL and PostgreSQL instances. The instances can
328+
be scaled to larger or smaller configurations based on storage and performance
329+
needs.</p>
330+
</div>
323331
<div class="section" id="database-resources">
324332
<h2>Database resources</h2>
325333
<p><a class="reference external" href="http://db-engines.com/en/ranking">DB-Engines</a> ranks the most popular

pages/database.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,14 @@ <h1>Database</h1>
6666
<p><a class="reference external" href="http://www.sqlite.org/">SQLite</a> is a database that is stored in a single
6767
file on disk. SQLite is built into Python but is only built for access
6868
by a single connection at a time.</p>
69+
<div class="section" id="database-third-party-services">
70+
<h2>Database third-party services</h2>
71+
<p>Numerous companies run scalable database servers as a hosted service.</p>
72+
<p><a class="reference external" href="http://aws.amazon.com/rds/">Amazon Relational Database Service (RDS)</a>
73+
provides pre-configured MySQL and PostgreSQL instances. The instances can
74+
be scaled to larger or smaller configurations based on storage and performance
75+
needs.</p>
76+
</div>
6977
<div class="section" id="database-resources">
7078
<h2>Database resources</h2>
7179
<p><a class="reference external" href="http://db-engines.com/en/ranking">DB-Engines</a> ranks the most popular

source/content/pages/database.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,16 @@ file on disk. SQLite is built into Python but is only built for access
2929
by a single connection at a time.
3030

3131

32+
Database third-party services
33+
-----------------------------
34+
Numerous companies run scalable database servers as a hosted service.
35+
36+
`Amazon Relational Database Service (RDS) <http://aws.amazon.com/rds/>`_
37+
provides pre-configured MySQL and PostgreSQL instances. The instances can
38+
be scaled to larger or smaller configurations based on storage and performance
39+
needs.
40+
41+
3242
Database resources
3343
------------------
3444
`DB-Engines <http://db-engines.com/en/ranking>`_ ranks the most popular

0 commit comments

Comments
 (0)