sqlite/ext
dan bad7d5041a Reinstate some test cases accidentally removed by [cb023fe28560ce0f].
FossilOrigin-Name: 870de61f8ef8781f2f9969b012f5c1cb95b6bce1a9a4dcaf02945b7846c3aa83
2023-03-09 16:11:43 +00:00
..
async
expert
fts3 Fix a harmless compiler warning in FTS3. 2023-01-25 21:28:30 +00:00
fts5 Fix a problem with the fts5 trigram tokenizer and LIKE or GLOB patterns for which contain runs of 2 or fewer non-wildcard characters that are 3 or more bytes when encoded as utf-8. 2023-02-10 17:17:04 +00:00
icu Tweak sqlite3-worker1.js to be able to load either sqlite3.js or sqlite3-wasmfs.js, noting that the latter still does not load in a Worker because of an Emscripten loader bug. 2022-10-01 13:38:27 +00:00
lsm1 Fix another issue with very large compressed LSM databases. 2023-01-17 19:34:01 +00:00
misc Fix compiler warning in base85.c. 2023-01-27 23:10:10 +00:00
rbu Fix a test script problem causing "make test" to fail for non-RBU builds. 2023-02-07 18:41:23 +00:00
recover Improve the error message generated by the recovery extension if it is used with a non-SQLITE_ENABLE_DBPAGE_VTAB build. 2023-02-28 11:02:02 +00:00
repair
rtree Make the SQLITE_DBCONFIG_STMT_SCANSTATUS option on by default. 2023-03-03 21:17:12 +00:00
session Reinstate some test cases accidentally removed by [cb023fe28560ce0f]. 2023-03-09 16:11:43 +00:00
userauth
wasm Experimental addition of sqlite3-node.mjs, for node.js, based on feedback from [forum:ac7a94d4f77db235|forum post ac7a94d4f77db235] and related off-list discussions. Build changes only - no code changes. 2023-03-09 08:51:04 +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.