https://github.com/xxuejie/ohm_ecto
https://github.com/xxuejie/ohm_ecto
ecto elixir ohm redis
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/xxuejie/ohm_ecto
- Owner: xxuejie
- Created: 2017-05-04T06:51:31.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-04T06:52:59.000Z (about 9 years ago)
- Last Synced: 2025-05-18T15:11:52.857Z (about 1 year ago)
- Topics: ecto, elixir, ohm, redis
- Language: Elixir
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OhmEcto
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `ohm_ecto` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:ohm_ecto, "~> 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/ohm_ecto](https://hexdocs.pm/ohm_ecto).