Skip to content

cabol/cross_db

Repository files navigation

CrossDB

Build Status

Simple and flexible database wrapper for Erlang

Still in development stage!

CrossDB is highly inspired by Ecto and also SumoDB.

See the getting started guide.

Testing

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 and License

Copyright (c) 2018 Carlos Bolanos

CrossDB source code is licensed under the MIT License.