Skip to content

fivesmallq/dq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dq

Maven Central Build Status codecov.io License

DB Query.

Implements:

Usage

To add a dependency on dq using Maven, use the following:

<dependency>
    <groupId>im.nll.data</groupId>
    <artifactId>dq</artifactId>
    <version>0.9.7</version>
</dependency>

To add a dependency using Gradle:

dependencies {
  compile 'im.nll.data:dq:0.9.7'
}

Examples

TODO

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/fivesmallq/dq.