View Source erupt_mysql
An erupt driver for mysql.
Meant to be used with erupt.
build
Build
rebar3 compile
test
Test
In one terminal start mysql with docker compose:
docker compose up
In another terminal run the tests:
rebar3 ct