How do to integrate couchDB with Erlang to then make connection to a server.
I have a website running, I would like to make a connection between couchDB (which is running and have made a few 'documents' with values).
Checked http://wiki.apache.org/couchdb/Getting_started_with_Erlang - documentation was outdated and disc-continued
Checked https://cwiki.apache.org/confluence/display/COUCHDB/Introduction - They say that " In addition to the fantastic replication features, CouchDB's reliability and scalability is further enhanced by being implemented in the Erlang programming language. Erlang has built-in support for concurrency, distribution, fault tolerance, and has been used for years to build reliable systems in the telecommunications industry. By design, the Erlang language and runtime are able to take advantage of newer hardware with multiple CPU core"
On a general note, I need explanation on how I can make a connection to the server. How does it all work and look?