Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thetonymaster/couchdb
https://github.com/thetonymaster/couchdb
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/thetonymaster/couchdb
- Owner: thetonymaster
- Created: 2016-03-02T07:14:33.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-02T07:15:36.000Z (almost 9 years ago)
- Last Synced: 2024-10-21T19:34:31.051Z (2 months ago)
- Language: Elixir
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Couchdb
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:
1. Add couchdb to your list of dependencies in `mix.exs`:
def deps do
[{:couchdb, "~> 0.0.1"}]
end2. Ensure couchdb is started before your application:
def application do
[applications: [:couchdb]]
end