Android Open Source - SQLite database PhanDB






Project Summary

Wrapper classes for Android SQLite database. Simplifying database implementation. Eliminate the need of using SQL in your code. Modeling your database into objects.

Web Site / Source Repository

PhanDB is hosted in the following web site
https://github.com/gnagno/PhanDB

If you think the Android project PhanDB 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 PhanDB.

ItemValue
Java File Count7
Minimum SDK Version3
Activity Count1
jar files usedphanDB_v1.0.0.jar




Java Source Files

PhanDB has the following Java source files.

com.phanovatives.phanDB.Column.java
com.phanovatives.phanDB.DataBase.java
com.phanovatives.phanDB.Demo.Main.java
com.phanovatives.phanDB.Record.java
com.phanovatives.phanDB.Row.java
com.phanovatives.phanDB.Settings.java
com.phanovatives.phanDB.Table.java