Skip to content

Commit 17af877

Browse files
committed
Explain extras aren't as well tested and docced
1 parent 204be60 commit 17af877

1 file changed

Lines changed: 9 additions & 6 deletions

File tree

doc/extra.rst

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
SQLite extra
22
============
33

4-
In addition to the main library, SQLite has additional programs and
5-
loadable extensions. However these need to be separately compiled and
6-
installed. Full APSW builds such as those on PyPI include all the
7-
ones that compile for that platform, without any modifications. This
8-
is for convenience and to help promote these great extras. They add
9-
just over 1MB to the download and 3MB of disk space.
4+
In addition to the main library, SQLite has many additional programs
5+
and loadable extensions. However these need to be separately compiled
6+
and installed. They do not have the same level of testing and
7+
documentation as the main library.
8+
9+
Full APSW builds such as those on PyPI include all the ones that
10+
compile for that platform, without any modifications. This is for
11+
convenience and to help promote these great extras. They add just
12+
over 1MB to the download and 3MB of disk space.
1013

1114
Access is provided via an :ref:`API <extra_api>`, :ref:`command line
1215
<extra_cli>`, and :ref:`shell <extra_shell>`

0 commit comments

Comments
 (0)