Skip to content
satyan edited this page Aug 20, 2012 · 6 revisions

The project draws inspiration from GORM for grails or Active Record for Rails. These patterns have been hugely successful in the web world, and have set a benchmark for libraries for database access.

The basic objectives of the library are:

  1. Creation and management of database and connection.

  2. Simple and Intuitive API for database querying.

  3. Simple CRUD operations.

An example project using the library is present at https://github.com/satyan/SugarExample

Please have a look here for documentation and getting started. http://satyan.github.com/sugar/

Clone this wiki locally