Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/henryco/sqlightning
- Owner: henryco
- License: mit
- Created: 2017-05-22T14:37:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-13T02:45:13.000Z (almost 7 years ago)
- Last Synced: 2024-04-23T14:12:48.625Z (7 months 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
[![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