Ginger DB User guide
CLI
ginger-db
is a database composition tool designed to streamline the setup and management of database projects. It provides a command-line interface to initialize projects, configure database connections, and generate ORM model files based on your configurations.
Installation
- Ensure you have Rust installed. If not, install it from rust-lang.org.
- Clone the
db-compose
repository:git clone https://github.com/ginger-society/ginger-DB-compose db-compose
- cd db-compose
- cargo install —path .