https://github.com/cabol/cross_db
Simple and flexible database wrapper for Erlang
https://github.com/cabol/cross_db
cross-database erlang persistence-framework
Last synced: 10 months ago
JSON representation
Simple and flexible database wrapper for Erlang
- Host: GitHub
- URL: https://github.com/cabol/cross_db
- Owner: cabol
- License: mit
- Created: 2018-01-14T17:10:46.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-06-24T15:06:14.000Z (over 5 years ago)
- Last Synced: 2025-03-24T05:36:35.594Z (11 months ago)
- Topics: cross-database, erlang, persistence-framework
- Language: Erlang
- Homepage:
- Size: 97.7 KB
- Stars: 10
- Watchers: 3
- Forks: 4
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# CrossDB
[](https://travis-ci.org/cabol/cross_db)
> ## Simple and flexible database wrapper for Erlang
> **Still in development stage!**
**CrossDB** is highly inspired by [Ecto](https://github.com/elixir-ecto/ecto)
and also [SumoDB](https://github.com/inaka/sumo_db).
See the [getting started guide](guides/getting-started.md).
## 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](LICENSE).