diesel

CLI tool for managing Rust ORM Diesel migrations and scaffolding

brewmacoslinux
Try with needOr install directly
Source

About

Command-line tool for Rust ORM Diesel

Commands

diesel

Examples

Initialize a new Diesel project with database setup$ diesel setup
Generate a new migration file for database changes$ diesel migration generate create_users_table
Run pending migrations against the database$ diesel migration run