0
0
mirror of https://github.com/sqlite/sqlite.git synced 2024-11-24 16:18:08 +01:00
sqlite/ext
2024-10-21 10:47:24 +00:00
..
async
consio Cause cfGets() (under SQLITE_USE_ONLY_WIN32) to better emulate fgets(). 2024-09-03 02:09:13 +00:00
expert Avoid using LIKE in sqlite3expert.c, in case "PRAGMA case_sensitive_like" has been used or the "like" UDF replaced by something unexpected. 2024-10-21 10:47:24 +00:00
fts3
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 Minor doc cleanups in SQLTester.mjs and confirm that the tests pass with both OPFS VFSes. 2024-10-18 23:54:23 +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.