A light-weight development framework of Android SQLite DB..
Dachshund is hosted in the following web site
https://github.com/vliux/Dachshund
If you think the Android project Dachshund 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 Dachshund.
Item | Value |
---|---|
Java File Count | 11 |
Target SDK Version | 19 |
Minimum SDK Version | 7 |
Activity Count | 1 |
Dachshund has the following Java source files.
com.vliux.dachshund.BaseDbTable.java com.vliux.dachshund.DbManager.java com.vliux.dachshund.annotation.DbField.java com.vliux.dachshund.annotation.DbTable.java com.vliux.dachshund.bean.DbColumnDef.java com.vliux.dachshund.bean.DbTableDef.java com.vliux.dachshundsample.MainActivity.java com.vliux.dachshundsample.SampleTable.java com.vliux.dachshundsample.SampleTableEx.java