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.zig7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/db/root.zig b/src/db/root.zig
index 049a63b..4ca9847 100644
--- a/src/db/root.zig
+++ b/src/db/root.zig
@@ -1,9 +1,10 @@
-//! Implements the layer between the sqlite
-//! database and the interface for the api endpoints or
-//! the cli.
+//! Implements the layer between the sqlite database and the interface for the
+//! API endpoints or the CLI.
const std = @import("std");
+pub const sqlite = @import("sqlite.zig");
+
test {
_ = std.testing.refAllDecls(@This());
}