I need to be able to implement DBAppender for logging to record event logs in CouchDB using Java. For a regular relational database, this is done by expanding DBAppenderBase. Does anyone know how to do this in CouchDB with Java? Thank you
source share