Expand description
CLI command implementations.
Modulesยง
- db
prax dbcommands - Direct database operations.- format
prax formatcommand - Format Prax schema file.- generate
prax generatecommand - Generate Rust client code from schema.- import
- Import schemas from Prisma, Diesel, or SeaORM.
- init
prax initcommand - Initialize a new Prax project.- introspect
- Database introspection implementation.
- migrate
prax migratecommands - Database migration management.- seed
- Database seeding implementation.
- validate
prax validatecommand - Validate Prax schema file.- version
prax versioncommand - Display version information.