comptime sql bindings for zig
ziglang sql

add tangled ci, fix readme hash

- .tangled/workflows/ci.yml mirrors github actions
- readme now has real copy-pasteable hash

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

+19 -1
+18
.tangled/workflows/ci.yml
··· 1 + when: 2 + - event: ["push", "pull_request"] 3 + branch: main 4 + 5 + engine: nixery 6 + 7 + dependencies: 8 + nixpkgs: 9 + - zig 10 + 11 + steps: 12 + - name: check formatting 13 + command: | 14 + zig fmt --check . 15 + 16 + - name: run tests 17 + command: | 18 + zig build test --summary all
+1 -1
README.md
··· 25 25 // build.zig.zon 26 26 .zql = .{ 27 27 .url = "https://github.com/zzstoatzz/zql/archive/main.tar.gz", 28 - .hash = "...", 28 + .hash = "zql-0.0.1-alpha-xNRI4IRNAABUb9gLat5FWUaZDD5HvxAxet_-elgR_A_y", 29 29 }, 30 30 31 31 // build.zig