0
0
mirror of https://github.com/sqlite/sqlite.git synced 2024-11-28 07:51:10 +01:00
sqlite/ext
drh b79997a7c0 Merge all the latest trunk enhancements into the autosetup branch.
FossilOrigin-Name: d0554ac46866b5ad467b88de6fae06695fd81e7fdf38157702a395f7282cbe9d
2024-10-24 11:20:25 +00:00
..
async
consio
expert Avoid using LIKE in sqlite3expert.c, in case "PRAGMA case_sensitive_like" has been used or the "like" UDF replaced by something unexpected. 2024-10-21 10:47:24 +00:00
fts3
fts5 Add two new #include statements to the composite "fts5.c" file that 2024-10-23 10:36:02 +00:00
icu
intck
jni
lsm1
misc Be consistent about using "CRLF" instead of "CRNL". 2024-10-14 09:19:02 +00:00
rbu
recover Be consistent about using "CRLF" instead of "CRNL". 2024-10-14 09:19:02 +00:00
repair
rtree
session
userauth
wasm Teach ext/wasm/GNUmakefile to use tool/emcc.sh and fix a syntax error in tool/emcc.sh.in. Work around a JimTCL incompatibility in tool/mkshellc.tcl. 2024-10-22 12:56:00 +00:00
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.