Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

A data persistence library for AngularJs [closed]

There is an alpha for Ember Js and also Persistence. Is there something similar for AngularJs (or it is in plan)? Maybe there is something that is framework independent?

What I need is actual library which enables these:

  1. To define my object model
  2. To define relations between models (hasMeny, foreignKey)
  3. To enable REST calls and caching of models on client

UPDATE

I found these (credits go to Miroslav)

  • http://www.breezejs.com/
  • http://amplifyjs.com/
  • http://reclinejs.com/
like image 805
Andrej Kaurin Avatar asked Nov 05 '12 19:11

Andrej Kaurin


1 Answers

At the and I finished with BREEZEJS It offered best documentation and sample and it is very straightforward.

UPDATE: Recently new library created called ngActiveResource. It is simple and straightforward.

like image 145
Andrej Kaurin Avatar answered Nov 05 '22 22:11

Andrej Kaurin