0
0
mirror of https://github.com/sqlite/sqlite.git synced 2024-11-28 07:51:10 +01:00
sqlite/ext
stephan d11a3fd916 Remove the unused dbfuzz2-asan/msan makefile targets. Fix a comment typo in a makefile.
FossilOrigin-Name: 07843ac245661e8b8e086ad9d36c60bacf11784e9c56482593691fb97732f04f
2024-10-18 16:50:29 +00:00
..
async
consio Cause cfGets() (under SQLITE_USE_ONLY_WIN32) to better emulate fgets(). 2024-09-03 02:09:13 +00:00
expert Ensure that test file ext/expert/expert1.test works with non-fts5 builds. 2024-10-12 18:33:40 +00:00
fts3 Add tests to restore coverage of fts5_tokenizer.c. 2024-08-17 17:22:49 +00:00
fts5 Fixes from code inspection: 2024-10-17 18:12:03 +00:00
icu
intck
jni
lsm1
misc Be consistent about using "CRLF" instead of "CRNL". 2024-10-14 09:19:02 +00:00
rbu Fix a harmless stray carriage-return character. 2024-09-06 14:01:48 +00:00
recover Be consistent about using "CRLF" instead of "CRNL". 2024-10-14 09:19:02 +00:00
repair
rtree
session Fix a couple of problems with the sessions streaming interfaces. 2024-09-23 19:32:06 +00:00
userauth
wasm Remove the unused dbfuzz2-asan/msan makefile targets. Fix a comment typo in a makefile. 2024-10-18 16:50:29 +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.