Packages

An exodus driver for mysql

Current section

Files

Jump to
exodus_mysql README.md
Raw

README.md

# exodus_mysql
An exodus driver for mysql.
Meant to be used with [exodus](https://git.sr.ht/~fancycade/exodus).
## Build
rebar3 compile
## Test
In one terminal start mysql with docker compose:
docker compose up
In another terminal run the tests:
rebar3 ct