natemartinsf / NMValidatedObject

NMValidatedObject is a simple model-level framework for Cappuccino. Inspired by ActiveRecord and CoreData, it allows you to validate properties of model objects, and manage relationships between models. Persistence and querying is on the todo list
11 stars 1 forks source link

Browser independent persistant storage #1

Open tvongaza opened 15 years ago

tvongaza commented 15 years ago

Great set of classes. The following might be worth looking at, it is a cross browser local storage javascript api: http://pablotron.org/?cid=1557

Also be sure to take a look, if you haven't yet, at Sproutcore's Store and DataStore api.

natemartinsf commented 15 years ago

Thanks! That looks like a great api to use for local storage. I like that it won't need the user to install any plugins.

I'm hoping to make make the persistance API work essentially the same for local or remote storage, just with a setup difference.

If you have any suggestions for the API, please let me know.