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
8
#![allow(clippy::disallowed_methods)]
#![allow(clippy::module_inception)]

#[djogi::deliberately_bypass_convention_with_raw_sql]
// JUSTIFICATION (djogi#133): spawns the djogi binary as a subprocess and reads current_database() to splice into a fixture Djogi.toml.
mod djogi_verify_cli {
    include!("sources/djogi_verify_cli.rs");
}