drh e33ea17d24 Fix harmless compiler warnings. před 2 dny
..
expert b6503f1444 Cygwin-centric fixes from Jan Nijtmans. před 4 měsíci
fts3 8ae57fab64 Use a more robust backup definition for offsetof(). před 1 měsícem
fts5 e33ea17d24 Fix harmless compiler warnings. před 2 dny
icu fed5234fb3 ext/icu/README.txt: clean up EOL whitespace and add a mention of the --with-icu-... configure flags available as of version 3.48. před 7 měsíci
intck 064b681e9b First attempt at getting the build to work with Tcl 9.0. před 11 měsíci
jni 7ac10ec8b5 Random typo fixes in JNI docs. před 1 měsícem
lsm1 da5f813878 Approximately 100 typo corrections spanning the whole tree, submitted via [forum:0db9827f0464bc33|forum post 0db9827f0464bc33] and individually audited and verified. Affects only code comments, innocuous test strings, error message text in tool (not library) code, and configure-level help text. před 4 měsíci
misc a24a397b8b Improvements to sqlite3_vtab_rhs_value() logging in the před 2 dny
rbu 87b90921b6 In Tcl, always use eq/ne for comparing strings, not ==/!= před 3 měsíci
recover f857482ed1 Add an appropriate _declspec to the declaration of the sqlite3_dbdata_init() před 2 měsíci
repair 5d60f47001 Approximately 50 typo fixes, spanning the whole tree, contributed via [forum:006c8fa165083ac3|forum post 006c8fa165083ac3] and individually checked for correctness. Affects only code comments, docs, and a single line of debug output in a test app. před 4 měsíci
rtree 8ae57fab64 Use a more robust backup definition for offsetof(). před 1 měsícem
session 96e16194b8 Fix a problem with using streaming iterators with sqlite3changegroup_add_change(). před 1 měsícem
wasm 5806a922ba Minor JS test cleanups prompted by a linter. před 2 týdny
README.md 8a6f89c845 Remove unnecessary "www." prefixes on domain names in URLs. před 2 měsíci

README.md

Loadable Extensions

Various loadable extensions for SQLite are found in subfolders.

Most subfolders are dedicated to a single loadable extension (for example FTS5, or RTREE). But the misc/ subfolder contains a collection of smaller single-file extensions.