feat: Implemented basic db operation.

This commit is contained in:
2026-04-29 17:42:20 -04:00
parent e528652725
commit f86fb76b33
5 changed files with 249 additions and 78 deletions

View File

@@ -57,7 +57,8 @@ pub const root: Command = .new(.{
});
test {
std.testing.refAllDecls(@import("db.zig"));
std.testing.refAllDecls(@import("Config.zig"));
std.testing.refAllDecls(@import("Db.zig"));
}
test "enum type" {