Skip to content
Tamir Shomer edited this page May 28, 2015 · 6 revisions

Sabres is an ORM library that exposes a Parse-like API.

Like Parse is has dual API: a callback based API and a Bolts Tasks based API.

The documentation covers only the callbacks API. But the Sample App covers both API's extensively.

Jump to:

Objects - Creating, saving, deleting, updating and getting objects with Sabres.
Queries - Retrieve or Count objects from Sabres with or without constraints.
Javadoc - full API documentation.