data

A data persistence library for Ember.js.

ember-data

Build Status
Code Climate
Discord Community Server

ember-data is a library for robustly managing data in applications built with
Ember.js.

ember-data is designed to be agnostic to the underlying persistence
mechanism, so it works just as well with JSON API over HTTP as it does
with streaming WebSockets or local IndexedDB storage.

It provides many of the facilities you'd find in server-side ORMs like
ActiveRecord, but is designed specifically for the unique environment of
JavaScript in the browser.

Installation

ember-data is installed by default for new applications generated with ember-cli.

If you wish to add ember-data to an addon or application, you can do so by running
the following command, which will use yarn or npm to install ember-data as a devDependency.

ember install ember-data

Similarly, if you have generated a new Ember application using ember-cli but do
not wish to use ember-data, remove ember-data from your package.json.

Contributing

See the Contributing guide for details.

License

This project is licensed under the MIT License.

主要指标

概览
名称与所有者emberjs/data
主编程语言TypeScript
编程语言JavaScript (语言数: 6)
平台
许可证MIT License
所有者活动
创建于2011-12-20 01:50:40
推送于2025-06-09 08:10:08
最后一次提交
发布数759
最新版本名称v5.6.0-alpha.9 (发布于 )
第一版名称v0.13 (发布于 )
用户参与
星数3.1k
关注者数147
派生数1.3k
提交数9.8k
已启用问题?
问题数3045
打开的问题数46
拉请求数5376
打开的拉请求数38
关闭的拉请求数1526
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?