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