0
0
mirror of https://github.com/sqlite/sqlite.git synced 2024-11-24 16:18:08 +01:00
sqlite/ext
stephan 1f2faa647f Another comment about the LONGDOUBLE wasm topic. No code changes.
FossilOrigin-Name: 1755831cb1ac58241e0b11d8d003b5eca39b65aa3cb84229b215662028b1b3c0
2024-10-01 17:57:55 +00:00
..
async
consio
expert Fix a memory leak in sqlite3expert.c introduced by [f1d76c86]. 2024-09-24 15:11:34 +00:00
fts3
fts5 In fts5, avoid starting a new merge of level L if there exists already an ongoing merge of a level less than L. 2024-09-30 17:28:45 +00:00
icu
intck
jni
lsm1
misc Squash sign-comparison warnings reported in [forum:5e605a763a65c3f8 | forum post 5e605a763a65c3f8]. 2024-09-27 16:20:03 +00:00
rbu
recover
repair
rtree
session Fix a couple of problems with the sessions streaming interfaces. 2024-09-23 19:32:06 +00:00
userauth
wasm Another comment about the LONGDOUBLE wasm topic. No code changes. 2024-10-01 17:57:55 +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.