A data persistence library for AngularJs [closed]
Asked Answered
H

1

11

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)

Honora answered 5/11, 2012 at 19:45 Comment(0)
H
14

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.

Honora answered 3/12, 2012 at 20:40 Comment(3)
Found any libraries that allow you to create an adapter for custom data? Or maybe a way to do so using ngActiveResource?Scheffler
ngActiveResource uses a lot of conventions (unless you decide to use parts of it and customize) and is great for RESTFull and has other limitations (you cannot use envelope in your code etc). It really requires real REST.Honora
Found another possible candidate called Angular DataScheffler

© 2022 - 2024 — McMap. All rights reserved.