db-interface


License

License

GroupId

GroupId

com.github.sanskrit-coders
ArtifactId

ArtifactId

db-interface_2.12
Last Version

Last Version

3.11
Release Date

Release Date

Type

Type

jar
Description

Description

db-interface
db-interface
Project URL

Project URL

https://github.com/sanskrit-coders
Project Organization

Project Organization

com.github.sanskrit-coders
Source Code Management

Source Code Management

https://github.com/sanskrit-coders/db-interface

Download db-interface_2.12

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.sanskrit-coders/db-interface_2.12/ -->
<dependency>
    <groupId>com.github.sanskrit-coders</groupId>
    <artifactId>db-interface_2.12</artifactId>
    <version>3.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sanskrit-coders/db-interface_2.12/
implementation 'com.github.sanskrit-coders:db-interface_2.12:3.11'
// https://jarcasting.com/artifacts/com.github.sanskrit-coders/db-interface_2.12/
implementation ("com.github.sanskrit-coders:db-interface_2.12:3.11")
'com.github.sanskrit-coders:db-interface_2.12:jar:3.11'
<dependency org="com.github.sanskrit-coders" name="db-interface_2.12" rev="3.11">
  <artifact name="db-interface_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sanskrit-coders', module='db-interface_2.12', version='3.11')
)
libraryDependencies += "com.github.sanskrit-coders" % "db-interface_2.12" % "3.11"
[com.github.sanskrit-coders/db-interface_2.12 "3.11"]

Dependencies

compile (10)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.12.6
ch.qos.logback : logback-classic jar 1.2.3
ch.qos.logback : logback-core jar 1.2.3
org.json4s : json4s-ast_2.12 jar 3.6.1
org.json4s : json4s-native_2.12 jar 3.6.1
org.scala-lang.modules : scala-xml_2.12 jar 1.1.1
org.apache.commons : commons-csv jar 1.5
com.github.scopt : scopt_2.12 jar 4.0.0-RC2
com.github.sanskrit-coders : indic-transliteration_2.12 jar 1.30
org.scalactic : scalactic_2.12 jar 3.0.5

test (1)

Group / Artifact Type Version
org.scalatest : scalatest_2.12 jar 3.0.5

Project Modules

There are no modules declared in this project.

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

com.github.sanskrit-coders

Sanskrit Open Source Programmers

Versions

Version
3.11
3.10
3.9
3.8
3.7
3.6
3.5
3.4
3.3
3.2
3.1
2.9