couch-slouch

WebJar for couch-slouch

License

License

MIT
Categories

Categories

Github Development Tools Version Controls Geo Business Logic Libraries Geospatial
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

github-com-redgeoff-slouch
Last Version

Last Version

1.4.0
Release Date

Release Date

Type

Type

jar
Description

Description

couch-slouch
WebJar for couch-slouch
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/redgeoff/slouch

Download github-com-redgeoff-slouch

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/github-com-redgeoff-slouch/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>github-com-redgeoff-slouch</artifactId>
    <version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-redgeoff-slouch/
implementation 'org.webjars.npm:github-com-redgeoff-slouch:1.4.0'
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-redgeoff-slouch/
implementation ("org.webjars.npm:github-com-redgeoff-slouch:1.4.0")
'org.webjars.npm:github-com-redgeoff-slouch:jar:1.4.0'
<dependency org="org.webjars.npm" name="github-com-redgeoff-slouch" rev="1.4.0">
  <artifact name="github-com-redgeoff-slouch" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='github-com-redgeoff-slouch', version='1.4.0')
)
libraryDependencies += "org.webjars.npm" % "github-com-redgeoff-slouch" % "1.4.0"
[org.webjars.npm/github-com-redgeoff-slouch "1.4.0"]

Dependencies

compile (6)

Group / Artifact Type Version
org.webjars.npm : quelle jar [1.0.4,2)
org.webjars.npm : squadron jar [1.0.0,2)
org.webjars.npm : backoff-promise jar [1.0.0,2)
org.webjars.npm : request jar [2.88.0,3)
org.webjars.npm : sporks jar [1.0.1,2)
org.webjars.npm : bluebird jar [3.5.4,4)

Project Modules

There are no modules declared in this project.

slouch

Greenkeeper badge Circle CI

A JS API for CouchDB that does the heavy lifting

Slouch is a good alternative to nano:

  • You don't have to create an instance for each DB
  • Supports native promises
  • Supports iterators
  • Automatically throttles connections to DB to avoid max_dbs_open errors
  • Automatically persists connections with exponential backoff in case DB restarts or connection is dropped
  • Works in node and in the browser
  • Provides upserts and "get and update" functions
  • Support for optionally ignoring conflicts, missing docs, etc...
  • Designed for CouchDB 1, CouchDB 2 and CouchDB 3

Table of Contents

Testing/Contributing

Building

Versions

Version
1.4.0