Android Open Source - SQLite orm fastorm






Project Summary

SQLite ORM for Android.

Web Site / Source Repository

fastorm is hosted in the following web site
https://github.com/notscaladev/fastorm

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

ItemValue
Java File Count13
Activity Count1

Java Source Files

fastorm has the following Java source files.

com.fastorm.Config.java
com.fastorm.annotations.Column.java
com.fastorm.annotations.Constraint.java
com.fastorm.annotations.DatabaseTable.java
com.fastorm.logging.ILogger.java
com.fastorm.logging.Logger.java
com.fastorm.logging.LoggerImpl.java
com.fastorm.logging.util.LoggingUtils.java
com.fastorm.query.BaseQuery.java
com.fastorm.query.Queryable.java
com.fastorm.query.dao.BaseDAO.java
com.fastorm.query.dao.exception.DAOException.java