File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 8
8
9
9
**Source code: ** :source: `Lib/sqlite3/ `
10
10
11
- --------------
11
+
12
+ .. _sqlite3-intro :
13
+
14
+ Introduction
15
+ ------------
12
16
13
17
SQLite is a C library that provides a lightweight disk-based database that
14
18
doesn't require a separate server process and allows accessing the database
@@ -21,6 +25,12 @@ The sqlite3 module was written by Gerhard Häring. It provides an SQL interface
21
25
compliant with the DB-API 2.0 specification described by :pep: `249 `, and
22
26
requires SQLite 3.7.15 or newer.
23
27
28
+
29
+ .. _sqlite3-tutorial :
30
+
31
+ Tutorial
32
+ --------
33
+
24
34
To use the module, start by creating a :class: `Connection ` object that
25
35
represents the database. Here the data will be stored in the
26
36
:file: `example.db ` file::
You can’t perform that action at this time.
0 commit comments