Skip to content

esbanarango/data

This branch is 1 commit ahead of, 2914 commits behind emberjs/data:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

46a5e23 · Sep 22, 2019
May 1, 2019
Jul 26, 2019
Sep 13, 2019
Sep 22, 2019
Apr 11, 2019
Sep 16, 2016
Sep 11, 2019
Sep 11, 2019
Sep 11, 2019
Jul 10, 2019
Dec 18, 2017
Jul 10, 2019
Sep 11, 2019
Jul 26, 2019
Sep 21, 2019
Mar 30, 2019
Apr 16, 2019
Mar 30, 2019
May 1, 2019
Sep 18, 2019
Sep 12, 2019
Sep 19, 2019
Sep 19, 2019

Repository files navigation

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.

About

A data persistence library for Ember.js.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 67.8%
  • TypeScript 31.3%
  • Other 0.9%