Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/henryco/sqlightning

Reflective android java library allows you work with the built-in database easier way. You can call it ORM.
https://github.com/henryco/sqlightning

android android-library database java library orm orm-library reflection sql

Last synced: about 5 hours ago
JSON representation

Reflective android java library allows you work with the built-in database easier way. You can call it ORM.

Awesome Lists containing this project

README

        

# SQLightning
[![codebeat badge](https://codebeat.co/badges/ce4e6e00-cb0b-4b99-bb15-b56a01305d1c)](https://codebeat.co/projects/github-com-henryco-sqlightning-master) [![GitHub license](https://img.shields.io/badge/license-MIT-red.svg)](https://raw.githubusercontent.com/henryco/SQLightning/master/LICENSE) [![Maven Central](https://img.shields.io/maven-central/v/com.github.henryco/sqlightning.svg)](http://repo1.maven.org/maven2/com/github/henryco/sqlightning/)
###### 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

```Groovy
compile 'com.github.henryco:sqlightning:1.1.3'
```


Maven

```XML

com.github.henryco
sqlightning
1.1.3

```


Getting started


- How into in 5 min


- Advanced features


- List of Annotations