https://github.com/rorm-orm/rorm-cli
CLI tool of rorm
https://github.com/rorm-orm/rorm-cli
Last synced: 5 months ago
JSON representation
CLI tool of rorm
- Host: GitHub
- URL: https://github.com/rorm-orm/rorm-cli
- Owner: rorm-orm
- License: mit
- Created: 2022-11-22T01:37:23.000Z (about 3 years ago)
- Default Branch: dev
- Last Pushed: 2025-04-09T07:05:53.000Z (9 months ago)
- Last Synced: 2025-04-30T23:35:05.444Z (8 months ago)
- Language: Rust
- Size: 102 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.txt
- License: LICENSE
Awesome Lists containing this project
README
# rorm-cli

[](https://crates.io/crates/rorm-cli)
`rorm-cli` is the CLI tool to generate, apply, etc. migrations from `rorm`.
You can install this crate via cargo:
`cargo install --force rorm-cli`
## Usage
For further information see the [project documentation](https://rorm.rs)
under the section `Migrations`.