Skip to content
Nikos Zinas edited this page May 17, 2014 · 9 revisions

An ActiveRecord implementation for Javascript.

Attention this is under heavy development. Final structure and API are subject to change.

The point of this implementation if to be as dev friendly as possible, both for defining the models and using them. The principle of "convention over configuration" has been applied vastly. A lot of ideas are based on the Yii PHP Framework, with which I have sufficient experience.

Goals

Although there are no hard-defined requirements, activerecord.js aims for an easy to use API.

By default, everything will be based on a hypothetical REST API, but in the future, this should be customizable to attach to any kind of backend/API.

Quick Links

  • REST API documentation to understand how the dummy REST API that is included in the project works.
  • Issues to get a feeling on where this library is heading to.
  • Working with issues For an explanation on how to categorize and apply labels to issues