mirror of
https://github.com/python/cpython.git
synced 2025-10-03 21:55:41 +00:00
gh-94635: Remove sqlite3 doc introduction heading (GH-96089)
(cherry picked from commit ede771cdf9
)
Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
This commit is contained in:
parent
d6990681b6
commit
c097fe0f09
1 changed files with 0 additions and 3 deletions
|
@ -11,9 +11,6 @@
|
||||||
|
|
||||||
.. _sqlite3-intro:
|
.. _sqlite3-intro:
|
||||||
|
|
||||||
Introduction
|
|
||||||
------------
|
|
||||||
|
|
||||||
SQLite is a C library that provides a lightweight disk-based database that
|
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
|
doesn't require a separate server process and allows accessing the database
|
||||||
using a nonstandard variant of the SQL query language. Some applications can use
|
using a nonstandard variant of the SQL query language. Some applications can use
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue