sqlite/ext
2022-10-21 17:48:49 +00:00
..
async
expert
fts1
fts2
fts3
fts5
icu
lsm1
misc
rbu
repair
rtree
session
userauth
wasm Add SQLITE_DQS to the compileoptions_used list, per request in [forum post 8b1060122b|forum:8b1060122b]. Force DQS=0 in sqlite3-wasm.c. 2022-10-21 17:48:49 +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.