feat: zig-sqlite.

This commit is contained in:
2026-04-24 17:26:20 -04:00
parent 799d95a4c6
commit a13264c80c
36 changed files with 22057 additions and 1 deletions

View File

@@ -32,6 +32,7 @@
// Once all dependencies are fetched, `zig build` no longer requires
// internet connectivity.
.dependencies = .{
.sqlite = .{ .path = "zig-vendor/zig-sqlite" },
// See `zig fetch --save <url>` for a command-line interface for adding dependencies.
//.example = .{
// // When updating this field to a new URL, be sure to delete the corresponding