summaryrefslogtreecommitdiff
path: root/c/loadable-ext-sqlite3ext.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* stop vendoring the sqlite C code, rework the buildGravatar Vincent Rischmann2025-02-161-0/+1
| | | | | | | | | * 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`
* run 'preprocess-files' to update the C headersGravatar Vincent Rischmann2023-11-261-2/+15
|
* c: add header files specifically for building loadable extensionsGravatar Vincent Rischmann2022-09-181-0/+433