prax-cli 0.3.2

CLI tool for the Prax ORM
Documentation
1
2
3
4
5
6
7
8
9
10
//! Prax CLI - Command-line interface for the Prax ORM.
//!
//! This crate provides the CLI tool for managing Prax projects,
//! including schema validation, code generation, and migrations.

pub mod cli;
pub mod commands;
pub mod config;
pub mod error;
pub mod output;