Skip to content

docs: document default compiled SQLite extensions - #1465

Merged
gotson merged 1 commit into
xerial:masterfrom
AzazelSensei:docs-1075-compiled-extensions
Sep 8, 2026
Merged

docs: document default compiled SQLite extensions#1465
gotson merged 1 commit into
xerial:masterfrom
AzazelSensei:docs-1075-compiled-extensions

Conversation

@AzazelSensei

Copy link
Copy Markdown
Contributor

The Makefile compile flags were the only place that listed which SQLite extensions ship in the jar.

I added that list to USAGE.md (FTS3/FTS5, R*Tree, JSON, math, the JDBC helpers, and the rest), how to inspect it with PRAGMA compile_options, and a note that community extensions are not bundled. README points at the new section.

Closes #1075

List the official SQLite features enabled in Makefile, the extra
JDBC helper functions, and that community extensions are not bundled.
@gotson

gotson commented Sep 8, 2026

Copy link
Copy Markdown
Collaborator

Nice, thanks a lot for the PR!

@gotson gotson changed the title docs: document default compiled SQLite extensions #1075 docs: document default compiled SQLite extensions Sep 8, 2026
@gotson
gotson merged commit 4610eaf into xerial:master Sep 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Documentation] Specify the default compiled sqlite extensions

2 participants