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

@@ -56,6 +56,10 @@ pub const root: Command = .new(.{
},
});
test {
std.testing.refAllDecls(@import("db.zig"));
}
test "enum type" {
const got: root.Type = @enumFromInt(2);