Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Cpython
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sip
Cpython
Commits
2e35a13e
Unverified
Commit
2e35a13e
authored
2 years ago
by
Erlend Egeberg Aasland
Committed by
GitHub
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
gh-94635: Add sqlite3 'Introduction' and 'Tutorial' doc headings (#95269)
parent
47e75a00
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Doc/library/sqlite3.rst
+11
-1
11 additions, 1 deletion
Doc/library/sqlite3.rst
with
11 additions
and
1 deletion
Doc/library/sqlite3.rst
+
11
−
1
View file @
2e35a13e
...
...
@@ -8,7 +8,11 @@
**Source code:** :source:`Lib/sqlite3/`
--------------
.. _sqlite3-intro:
Introduction
------------
SQLite is a C library that provides a lightweight disk-based database that
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
compliant with the DB-API 2.0 specification described by :pep:`249`, and
requires SQLite 3.7.15 or newer.
.. _sqlite3-tutorial:
Tutorial
--------
To use the module, start by creating a :class:`Connection` object that
represents the database. Here the data will be stored in the
:file:`example.db` file::
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment