* :ref:`sqlite3-explanation` provides in-depth background on
transaction control.
+.. seealso::
+
+ https://www.sqlite.org
+ The SQLite web page; the documentation describes the syntax and the
+ available data types for the supported SQL dialect.
+
+ https://www.w3schools.com/sql/
+ Tutorial, reference and examples for learning SQL syntax.
+
+ :pep:`249` - Database API Specification 2.0
+ PEP written by Marc-André Lemburg.
+
.. _sqlite3-tutorial:
.. _SQL injection attacks: https://en.wikipedia.org/wiki/SQL_injection
-.. seealso::
-
- https://www.sqlite.org
- The SQLite web page; the documentation describes the syntax and the
- available data types for the supported SQL dialect.
-
- https://www.w3schools.com/sql/
- Tutorial, reference and examples for learning SQL syntax.
-
- :pep:`249` - Database API Specification 2.0
- PEP written by Marc-André Lemburg.
-
.. _sqlite3-reference: