Skip to content
This repository has been archived by the owner on Jan 14, 2018. It is now read-only.

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 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.

A sample for this module is available in RoboSpice samples repository on GitHub.