File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11SQLite 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
1114Access is provided via an :ref: `API <extra_api >`, :ref: `command line
1215<extra_cli>`, and :ref: `shell <extra_shell >`
You can’t perform that action at this time.
0 commit comments