Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 585 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 585 Bytes

Dropwizard DB Sharding Bundle

Application level sharding for traditional relational databases.

See tests for details and code for documentation.

Apache Licensed

Usage

This library is available in clojars. Please use the following repository setting:

<repository>
    <id>clojars</id>
    <name>Clojars repository</name>
    <url>https://clojars.org/repo</url>
</repository>

The project dependencies are:

<dependency>
    <groupId>io.dropwizard.sharding</groupId>
    <artifactId>db-sharding-bundle</artifactId>
    <version>1.3.5-1</version>
</dependency>