summaryrefslogtreecommitdiff
path: root/c/sqlite3ext.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-02-16stop vendoring the sqlite C code, rework the buildGravatar Vincent Rischmann1-719/+0
* Use the zig package manager to fetch sqlite directly from upstream * Integrate the preprocessing tool directly into the build script This makes it simpler to upgrade the SQLite source code: * use `zig fetch` * run `zig build preprocess-headers`
2023-11-21Update to sqlite 3.44.0Gravatar Ed Yu1-0/+6
2023-09-01update sqlite to 3.43.0Gravatar Vincent Rischmann1-2/+14
2022-09-18c: add the sqlite3ext fileGravatar Vincent Rischmann1-0/+701