0
0
mirror of https://github.com/sqlite/sqlite.git synced 2024-11-28 07:51:10 +01:00
sqlite/ext
dan d5a780fddf Allow the ".expert" command to analyze statements that use built-in virtual tables.
FossilOrigin-Name: a201906cd3c85080f9b739c2d347c51348ebebd3dc9b647d33d8dcae4b6e5850
2024-10-12 18:00:22 +00:00
..
async
consio
expert Allow the ".expert" command to analyze statements that use built-in virtual tables. 2024-10-12 18:00:22 +00:00
fts3
fts5 Fix a typo in fts5delete.test. 2024-10-02 17:43:06 +00:00
icu
intck
jni
lsm1
misc Additional clarification in the comments to sqlite3_stdio.c. No changes 2024-10-11 23:31:37 +00:00
rbu
recover
repair
rtree
session
userauth
wasm Remove a few more traces of long double from the code. 2024-10-02 11:34:11 +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.