Skip to content
A data persistence library for Ember.js.
JavaScript TypeScript Other
Branch: master
Clone or download
Igor Terzic and igorT 3.14.1 changelog
Latest commit ad9f809 Dec 18, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github [TEST] deprecation infra (#6881) Dec 11, 2019
.yarn/releases [CHORE] Update yarn policy (#6832) Dec 2, 2019
bin [CHORE lint] run rule + manual fix a couple where no autofix for impo… Dec 12, 2019
packages Bump ember-resolver from 6.0.0 to 6.0.1 (#6912) Dec 18, 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] Cleanup ESLint config (#6533) Oct 1, 2019
.eslintrc.js [CHORE lint] add rules for import ordering Dec 12, 2019
.gitignore [CHORE] adds asset reporting infra (#6655) Nov 4, 2019
.mocharc.js chore: eliminate usage of Store in DefaultRecordData (#6162) Jul 10, 2019
.npmrc disable package-lock.json, update docs (#5284) Dec 18, 2017
.prettierrc chore: eliminate usage of Store in DefaultRecordData (#6162) Jul 10, 2019
.travis.yml [CHORE] deactivate all but allowed-fail travis jobs (#6753) Nov 18, 2019
.yarnrc [CHORE] Update yarn policy (#6832) Dec 2, 2019
CHANGELOG.md 3.14.1 changelog Dec 18, 2019
CODE_OF_CONDUCT.md lint autofix some files Mar 30, 2019
CONTRIBUTING.md [CHORE] document canary feature-flag infra Dec 6, 2019
README.md Replace Travis CI badge with GitHub CI badge (#6517) Sep 27, 2019
RELEASE.md docs: fix RELEASE.md refs to publish.js May 1, 2019
azure-pipelines.yml [BUGFIX TESTS] matrix tests for fastboot & ie11 w/jquery & fetch (#6831) Dec 3, 2019
lerna.json v3.16.0-alpha.3 Dec 13, 2019
package.json Bump @tracerbench/core from 3.0.9 to 3.0.11 (#6905) Dec 18, 2019
tsconfig.json [BUGFIX] Octane: should not need to use get with model.id (#6829) Dec 2, 2019
yarn.lock Bump @tracerbench/core from 3.0.9 to 3.0.11 (#6905) Dec 18, 2019

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.