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

  1. Ensure you have Rust installed. If not, install it from rust-lang.org.
  2. Clone the db-compose repository:
    git clone https://github.com/ginger-society/ginger-DB-compose db-compose
    
  3. cd db-compose
  4. cargo install —path .