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
- Host: GitHub
- URL: https://github.com/wolf4ood/sled_ex
- Owner: wolf4ood
- License: other
- Created: 2019-06-08T22:27:36.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-24T18:58:04.000Z (almost 7 years ago)
- Last Synced: 2025-10-28T11:43:36.590Z (8 months ago)
- Topics: database, elixir, nif, rust
- Language: Elixir
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
[](https://travis-ci.org/wolf4ood/sled_ex)
[](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).