File tree 1 file changed +12
-12
lines changed 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,18 @@ This document includes four main sections:
34
34
* :ref: `sqlite3-explanation ` provides in-depth background on
35
35
transaction control.
36
36
37
+ .. seealso ::
38
+
39
+ https://www.sqlite.org
40
+ The SQLite web page; the documentation describes the syntax and the
41
+ available data types for the supported SQL dialect.
42
+
43
+ https://www.w3schools.com/sql/
44
+ Tutorial, reference and examples for learning SQL syntax.
45
+
46
+ :pep: `249 ` - Database API Specification 2.0
47
+ PEP written by Marc-André Lemburg.
48
+
37
49
38
50
.. _sqlite3-tutorial :
39
51
@@ -114,18 +126,6 @@ You've now created an SQLite database using the :mod:`!sqlite3` module.
114
126
115
127
.. _SQL injection attacks : https://en.wikipedia.org/wiki/SQL_injection
116
128
117
- .. seealso ::
118
-
119
- https://www.sqlite.org
120
- The SQLite web page; the documentation describes the syntax and the
121
- available data types for the supported SQL dialect.
122
-
123
- https://www.w3schools.com/sql/
124
- Tutorial, reference and examples for learning SQL syntax.
125
-
126
- :pep: `249 ` - Database API Specification 2.0
127
- PEP written by Marc-André Lemburg.
128
-
129
129
130
130
.. _sqlite3-reference :
131
131
You can’t perform that action at this time.
0 commit comments