Skip to content

An interface to various databases, defining schemas and such

License

Notifications You must be signed in to change notification settings

sanskrit-coders/db-interface

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An interface to various databases, defining schemas and such

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published