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 Convert to lerna monorepo Apr 6, 2019
bin [FEAT packages] introduce build-infra package Apr 10, 2019
packages [FIX publish] lerna needs to be able to roll forward and attr was mis… Apr 21, 2019
.codeclimate.yml update config for code-climate for packages Apr 11, 2019
.editorconfig bump to latest ember-cli, run ember init, cleanup post init (#4536) Sep 16, 2016
.eslintignore [CHORE lint] hoist dev-deps and linting Apr 9, 2019
.eslintrc.js [FEAT packages] introduce build-infra package Apr 10, 2019
.gitignore Convert to lerna monorepo Apr 6, 2019
.npmrc disable package-lock.json, update docs (#5284) Dec 18, 2017
.prettierrc.js [CHORE lint] hoist dev-deps and linting Apr 9, 2019
.tmp
.travis.yml Adjust travis on release / lts Apr 11, 2019
.yarnrc Convert to lerna monorepo Apr 6, 2019
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 [CHORE node] bump to LTS node 8 Apr 20, 2019
lerna.json [FIX publish] lerna needs to be able to roll forward and attr was mis… Apr 21, 2019
package.json
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.