Skip to content
Hennie Brink edited this page Jun 12, 2016 · 9 revisions

CPOrm

CPOrm is a small and quick ORM that aims to bring the ease of use that you would expect of an ORM to android content providers. It functions like an ORM, but does all of its querying logic using the android content provider framework, making your app work better with android's build in features.

Contents

  1. Setup & Basic Usage
  2. [Selects] (https://github.com/Wackymax/CPOrm/wiki/Selects)
  3. [Loaders] (https://github.com/Wackymax/CPOrm/wiki/Loaders)
  4. Advance Features
  5. Performance
  6. Upgrade Scripts
  7. Transactions

Clone this wiki locally