rorm-cli 0.9.1

The cli tool for managing rorm applications.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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`.