From 004b9941cbb703ceebb4804a6f0a2328889d38a8 Mon Sep 17 00:00:00 2001 From: Alexander Rolley Date: Wed, 20 May 2026 15:27:00 +0200 Subject: Start on Sqlite3. --- src/db/root.zig | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/db/root.zig') 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()); } -- cgit v1.2.3-70-g09d2