//! 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.
pubmodcli;pubmodcommands;pubmodconfig;pubmoderror;pubmodoutput;