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 2 months ago
JSON representation
Reflective android java library allows you work with the built-in database easier way. You can call it ORM.
- Host: GitHub
- URL: https://github.com/henryco/sqlightning
- Owner: henryco
- License: mit
- Created: 2017-05-22T14:37:16.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-13T02:45:13.000Z (over 8 years ago)
- Last Synced: 2025-01-19T06:47:47.893Z (over 1 year ago)
- Topics: android, android-library, database, java, library, orm, orm-library, reflection, sql
- Language: Java
- Homepage:
- Size: 854 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# SQLightning
[](https://codebeat.co/projects/github-com-henryco-sqlightning-master) [](https://raw.githubusercontent.com/henryco/SQLightning/master/LICENSE) [](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