Android Open Source - SQLite crud SQLKing






Project Summary

SQLKing encapsulate all Android SQLite behaviour into an ORM that exposes a set of generic methods for CRUD operations. Database tables are defined in models classes, the model objects can then be manipulated with ease through utility methods..

Web Site / Source Repository

SQLKing is hosted in the following web site
https://github.com/samkirton/SQLKing

If you think the Android project SQLKing listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of SQLKing.

ItemValue
Java File Count10
Target SDK Version19
Minimum SDK Version8
Activity Count0




License

The license information of SQLKing is as follows:

Apache License

Java Source Files

com.memtrip.sqlking.SQLInitialise.java
com.memtrip.sqlking.SQLOpen.java
com.memtrip.sqlking.SQLProvider.java
com.memtrip.sqlking.base.IModel.java
com.memtrip.sqlking.helper.DatabaseHelper.java
com.memtrip.sqlking.helper.ReflectionHelper.java
com.memtrip.sqlking.helper.StringHelper.java
com.memtrip.sqlking.schema.Column.java
com.memtrip.sqlking.schema.ORMDataType.java
com.memtrip.sqlking.schema.SQLDataType.java