pub use microrm::DB; mod schema; mod storage; mod cli; mod cert; fn main() { cli::invoked(); }