0
0
mirror of https://github.com/sqlite/sqlite.git synced 2024-11-28 07:51:10 +01:00
sqlite/ext
drh 863fcdc116 Be consistent about using "CRLF" instead of "CRNL".
FossilOrigin-Name: ec4f4cfd5f8ca83fad4f08cf6566251d9c63e50a3a4284baca299bd94b047951
2024-10-14 09:19:02 +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
fts5 Fix a typo in fts5delete.test. 2024-10-02 17:43:06 +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 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.