couch4j Quick Start

compared with
Current by Stefan Saasen
on Jan 23, 2010 08:05.

Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (1)

View Page History

{code:java}
CouchDbClient client = new DefaultCouchDbClient(); // Reuse a single instance of Server CouchDbClient and Database
Database database = client.getDatabase("couch4j");