You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 14, 2018. It is now read-only.
stephanenicolas edited this page Feb 16, 2013
·
4 revisions
ORMLite is a lightweight ORM that enables to store and retrieve POJOs from a SQLite databse.
The ORMLite module provides support for :
persistence of the results of SpiceRequest in a database.
pre-setup SpiceService subclasses
This module provides caching of POJOs inside a database using ORMLite. It only supports caching, no networking, developers will typically combine it with a different RoboSpice extension to retrieve data from the network.