Skip to content

Commit 094820f

Browse files
committed
adding link to no sql datastore section
1 parent e034999 commit 094820f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

databases.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ <h1>Databases</h1>
7878
ease creating, reading, updating, and deleting persistent data. The
7979
database storage abstraction most commonly used in Python web development is
8080
sets of relational tables. Alternative storage abstractions are explained in
81-
the NoSQL section.</p>
81+
the <a class="reference external" href="../no-sql-datastore.html">NoSQL</a> section of this guide.</p>
8282
<p>Relational databases store all data in a series of tables. Interconnections
8383
between the tables are specified as <em>foreign keys</em>.</p>
8484
<p>Databases storage implementations vary in complexity. SQLite, a database

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>2014-02-01T13:04:07Z</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>2014-02-01T13:23:28Z</updated></feed>

source/content/pages/databases.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ A database is an abstraction on top of an operating system's file system to
99
ease creating, reading, updating, and deleting persistent data. The
1010
database storage abstraction most commonly used in Python web development is
1111
sets of relational tables. Alternative storage abstractions are explained in
12-
the NoSQL section.
12+
the `NoSQL <../no-sql-datastore.html>`_ section of this guide.
1313

1414
Relational databases store all data in a series of tables. Interconnections
1515
between the tables are specified as *foreign keys*.

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy