是否有用于Ember Data的"开放式"本地存储适配器?

tol*_*ard 10 javascript local-storage ember.js

我打算使用localstorage来保存用户数据,并使用Ember Data来管理个人Web应用程序的这些数据.我已经阅读了'Ember Data'README.md,它可以为本地存储提供适配器.

有没有可用的开放实施?我是GitHub的新手,无法找到这种类型的适配器的任何项目.

Rya*_*nce 14

我已经创建了一个支持hasMany/belongsTo关联的localStorage适配器,它也有一个相当不错的测试套件:

https://github.com/rpflorence/ember-localstorage-adapter


tol*_*ard 7

看看https://github.com/emberjs/data的所有分支后,我找到了这个https://github.com/thomasboyt/data/commit/249f60adbb80ec24a3e7739ce3892711588f7de4,这是thomasboyt尝试的localStorage适配器.

如果你知道任何其他尝试我想知道他们:-)