sea-orm-cli 0.3.1

Command line utility for SeaORM
sea-orm-cli-0.3.1 is not a library.
Visit the last successful build: sea-orm-cli-1.0.0-rc.3

SeaORM CLI

Getting Help:

cargo run -- -h

Running Entity Generator:

# MySQL (`--database-schema` option is ignored) 
cargo run -- generate entity -u mysql://sea:sea@localhost/bakery -o out

# PostgreSQL
cargo run -- generate entity -u postgres://sea:sea@localhost/bakery -s public -o out