Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/k2informaticsgmbh/erlimem
Erlang driver for IMEM DB
https://github.com/k2informaticsgmbh/erlimem
erlang erlang-driver imem-db
Last synced: about 2 months ago
JSON representation
Erlang driver for IMEM DB
- Host: GitHub
- URL: https://github.com/k2informaticsgmbh/erlimem
- Owner: K2InformaticsGmbH
- License: apache-2.0
- Created: 2012-10-31T07:31:08.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2019-12-11T16:47:06.000Z (about 5 years ago)
- Last Synced: 2024-04-15T00:11:33.149Z (9 months ago)
- Topics: erlang, erlang-driver, imem-db
- Language: Erlang
- Size: 252 KB
- Stars: 0
- Watchers: 8
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# erlimem : Erlang driver for IMEM DB
[![Build Status](https://travis-ci.org/K2InformaticsGmbH/erlimem.svg?branch=master)](https://travis-ci.org/K2InformaticsGmbH/erlimem) [![Coverage Status](https://coveralls.io/repos/github/K2InformaticsGmbH/erlimem/badge.svg?branch=master)](https://coveralls.io/github/K2InformaticsGmbH/erlimem?branch=master)
## Compile and tests
```sh
rebar3 as test compile
rebar3 do eunit, cover
```