0
0
mirror of https://github.com/sqlite/sqlite.git synced 2024-11-28 07:51:10 +01:00
sqlite/ext
stephan a525d635a9 Minor doc cleanups in SQLTester.mjs and confirm that the tests pass with both OPFS VFSes.
FossilOrigin-Name: ac747d57c2a26b47644bca2a9b191b09f5180f6872dce9c3261c370a18c848a2
2024-10-18 23:54:23 +00:00
..
async
consio
expert Ensure that test file ext/expert/expert1.test works with non-fts5 builds. 2024-10-12 18:33:40 +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
recover Be consistent about using "CRLF" instead of "CRNL". 2024-10-14 09:19:02 +00:00
repair
rtree
session
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.