cabol / cross_db

Simple and flexible database wrapper for Erlang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Simple and flexible database wrapper for Erlang

License:MIT License


Languages

Language:Erlang 100.0%