summaryrefslogtreecommitdiff
path: root/c/sqlite3ext.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* stop vendoring the sqlite C code, rework the buildGravatar Vincent Rischmann2025-02-161-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`
* Update to sqlite 3.44.0Gravatar Ed Yu2023-11-211-0/+6
|
* update sqlite to 3.43.0Gravatar Vincent Rischmann2023-09-011-2/+14
|
* c: add the sqlite3ext fileGravatar Vincent Rischmann2022-09-181-0/+701