Skip to content
A data persistence library for Ember.js.
Branch: master
Clone or download
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github
.yarn/releases
bin
packages [CHORE] Fix the computed-property.override deprecation Apr 16, 2019
.codeclimate.yml
.editorconfig
.eslintignore [CHORE lint] hoist dev-deps and linting Apr 9, 2019
.eslintrc.js [FEAT packages] introduce build-infra package Apr 10, 2019
.gitignore
.npmrc disable package-lock.json, update docs (#5284) Dec 18, 2017
.prettierrc.js
.tmp
.travis.yml Adjust travis on release / lts Apr 11, 2019
.yarnrc
CHANGELOG.md
CODE_OF_CONDUCT.md lint autofix some files Mar 30, 2019
CONTRIBUTING.md [DOC contributing.md] | Clarifying that yarn should be used to run te… Apr 16, 2019
README.md [CHORE] Run a `ember init` Mar 30, 2019
RELEASE.md
appveyor.yml [FEAT packages] introduce build-infra package Apr 10, 2019
lerna.json [CHORE release] backport fixes from release branch for releasing Apr 9, 2019
package.json Bump @types/ember from 3.0.29 to 3.1.0 Apr 11, 2019
yarn.lock

README.md

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.

You can’t perform that action at this time.