Still in development stage!
CrossDB is highly inspired by Ecto and also SumoDB.
See the getting started guide.
Before to run the tests you have run dialyzer first:
$ rebar3 dialyzer
Then run the tests like so:
$ rebar3 ct
And if you want to check the coverage:
$ rebar3 do ct, cover
Copyright (c) 2018 Carlos Bolanos
CrossDB source code is licensed under the MIT License.