~fancycade/strata_mysql

A strata driver for mysql
Initial commit rename to strata

clone

read-only
https://git.sr.ht/~fancycade/strata_mysql
read/write
git@git.sr.ht:~fancycade/strata_mysql

You can also use your local clone with git send-email.

#strata_mysql

An strata driver for mysql.

Meant to be used with strata.

#Build

rebar3 compile

#Test

In one terminal start mysql with docker compose:

docker compose up

In another terminal run the tests:

rebar3 ct