This directory vendors the Zig sqlite3 build package and SQLite 3.51.0
amalgamation sources used by nullclaw.
Why vendored:
- avoid runtime nested zip downloads during
zig build - make builds deterministic across environments where Zig zip temp handling fails (see issue #142)
- integrity is enforced by SHA-256 verification in the root
build.zigwhen SQLite is enabled
Contents:
build.zigandbuild.zig.zonbased onallyourcodebase/sqlite3and patched to library-only mode for nullclawsqlite3.c,sqlite3.h,sqlite3ext.hfrom SQLite 3.51.0 amalgamation
Upstream references:
- Zig wrapper: https://github.com/allyourcodebase/sqlite3
- SQLite source: https://sqlite.org/2025/sqlite-amalgamation-3510000.zip