An open API service indexing awesome lists of open source software.

https://github.com/wolf4ood/sled_ex

Elixir interface for Sled
https://github.com/wolf4ood/sled_ex

database elixir nif rust

Last synced: about 2 months ago
JSON representation

Elixir interface for Sled

Awesome Lists containing this project

README

          

# SledEx

**An Elixir NIF for [Sled](https://github.com/spacejam/sled)**

Inspired by [Rox](https://github.com/urbint/rox)

[![Build Status](https://travis-ci.org/wolf4ood/sled_ex.svg?branch=master)](https://travis-ci.org/wolf4ood/sled_ex)
[![Coverage Status](https://coveralls.io/repos/github/wolf4ood/sled_ex/badge.svg?branch=master)](https://coveralls.io/github/wolf4ood/sled_ex?branch=master)

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `sled_ex` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[
{:sled_ex, "~> 0.1.0"}
]
end
```

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/sled_ex](https://hexdocs.pm/sled_ex).