//! 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()); }