Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 1.56 KB

README.md

File metadata and controls

29 lines (24 loc) · 1.56 KB

SQLightning
codebeat badge GitHub license Maven Central

Reflective android java library that allows you to work with the built-in database easier way.


Installation

First you need to add maven central repository into your project and then add dependency:

Gradle
compile 'com.github.henryco:sqlightning:1.1.3'

Maven
<dependency>
    <groupId>com.github.henryco</groupId>
    <artifactId>sqlightning</artifactId>
    <version>1.1.3</version>
</dependency>


Getting started