An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# rorm-cli

![license](https://img.shields.io/github/license/rorm-orm/rorm-cli?label=License)
[![crates-io-version](https://img.shields.io/crates/v/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`.