aboutsummaryrefslogtreecommitdiff
path: root/src/db/root.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/db/root.zig')
-rw-r--r--src/db/root.zig9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/db/root.zig b/src/db/root.zig
new file mode 100644
index 0000000..049a63b
--- /dev/null
+++ b/src/db/root.zig
@@ -0,0 +1,9 @@
+//! Implements the layer between the sqlite
+//! database and the interface for the api endpoints or
+//! the cli.
+
+const std = @import("std");
+
+test {
+ _ = std.testing.refAllDecls(@This());
+}