File tree Expand file tree Collapse file tree 4 files changed +27
-1
lines changed
Expand file tree Collapse file tree 4 files changed +27
-1
lines changed 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 >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 >
Original file line number Diff line number Diff 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
321321file on disk. SQLite is built into Python but is only built for access
322322by 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
Original file line number Diff line number Diff 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
6767file on disk. SQLite is built into Python but is only built for access
6868by 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
Original file line number Diff line number Diff line change @@ -29,6 +29,16 @@ file on disk. SQLite is built into Python but is only built for access
2929by 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+
3242Database resources
3343------------------
3444`DB-Engines <http://db-engines.com/en/ranking >`_ ranks the most popular
You can’t perform that action at this time.
0 commit comments