| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | stop vendoring the sqlite C code, rework the build | 2025-02-16 | 1 | -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.0 | 2023-11-21 | 1 | -0/+6 | |
| | | |||||
| * | update sqlite to 3.43.0 | 2023-09-01 | 1 | -2/+14 | |
| | | |||||
| * | c: add the sqlite3ext file | 2022-09-18 | 1 | -0/+701 | |