Welcome to GearsORM homepage
GearsORM is a ORM for Google Gears.
GearsORM allow you to work with objects instead of writing SQL.
GearsORM features:
* define your tables as models.
* automatic creation of tables and many to many tables.
* real enforcing of foreign keys(in update,delete and insert),using triggers(supporting "on delete cascade" and "on delete restrict" - default).
* easy loading object from JSON response directly to the database.
* selecting and deleting over relations.
* easy iterating with each syntax like in Ruby(and many more).
* basic introspection support.
* transaction support.
* self relations.
Who is using this project:
* GreenRiver.org - Starbucks C.A.F.E. Practices Reporting
* send a e-mail to uriel dot katz at gmail dot com if you are using GearsORM too.
reference documentation here .
source code here.
simple demo here.
download packed version here(v0.2).
svn trunk here.
