blob: 049a63b0af02497776269b96affbba15d4e43f58 (
plain)
1
2
3
4
5
6
7
8
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());
}
|