Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anildigital/faunadb-elixir
Elixir driver for FaunaDB
https://github.com/anildigital/faunadb-elixir
Last synced: about 2 months ago
JSON representation
Elixir driver for FaunaDB
- Host: GitHub
- URL: https://github.com/anildigital/faunadb-elixir
- Owner: anildigital
- Created: 2017-09-15T03:22:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-15T03:27:07.000Z (over 7 years ago)
- Last Synced: 2024-08-01T19:31:30.714Z (5 months ago)
- Language: Elixir
- Size: 2.93 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FaunadbElixir
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `faunadb_elixir` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:faunadb_elixir, "~> 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/faunadb_elixir](https://hexdocs.pm/faunadb_elixir).