Wrapper classes for Android SQLite database. Simplifying database implementation. Eliminate the need of using SQL in your code. Modeling your database into objects.
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.
The following table is the detailed list of PhanDB.
Item | Value |
---|---|
Java File Count | 7 |
Minimum SDK Version | 3 |
Activity Count | 1 |
jar files used | phanDB_v1.0.0.jar |
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