sanskrit-coders / db-interface   3.11

GNU General Public License v3.0 only GitHub

An interface to various databases, defining schemas and such

Scala versions: 2.12

Intro

Build Status An interface to various data stores, defining common scala case classes corresponding to JSON objects and XML nodes, with helpful methods to (de)serialize such objects.

Deployment:

  • Use sbt command release to publish to maven repos.
  • You should be able to use it roughly immediately; and after many hours you should see at maven repo listings here.

couchdb tips

User addition

curl -X PUT http://vedavaapi.org:5984/_users/org.couchdb.user:abc
-H "Accept: application/json"
-H "Content-Type: application/json"
-d '{"name": "abc", "password": "something", "roles": [], "type": "user"}'

Replication url