djogi-cli 0.1.0-alpha.11

CLI for the Djogi framework — migrations, shell, db reset, status
Documentation
1
2
3
4
5
6
7
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

#![allow(clippy::module_inception)]

mod adopter_linked_cli {
    include!("../sources/adopter_linked_cli.rs");
}