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

https://github.com/h1rono/db-ex

mysql and rust in docker
https://github.com/h1rono/db-ex

docker docker-compose mysql rust rust-lang

Last synced: 3 months ago
JSON representation

mysql and rust in docker

Awesome Lists containing this project

README

          

# db-ex

mysql and rust in docker

## Usage

- Run main.rs: `docker compose up -d`
- Run tests: `docker compose -f docker-compose.test.yml up -d`
- Run main.rs in host machine: `DATABASE_URL=mysql://root:root@localhost:3306/sample cargo run`
- Before execute this command, MySQL is required to be serving