Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions 24 Doc/library/sqlite3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,18 @@ This document includes four main sections:
* :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:

Expand Down Expand Up @@ -114,18 +126,6 @@ You've now created an SQLite database using the :mod:`!sqlite3` module.

.. _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:

Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.