forked from stephanenicolas/robospice
-
Notifications
You must be signed in to change notification settings - Fork 0
ORMLite module
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
SpiceRequestin a database. - pre-setup
SpiceServicesubclasses
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.
A sample for this module is available in RoboSpice samples repository on GitHub.