JSPM

  • Created
  • Published
  • Downloads 3448
  • Score
    100M100P100Q107071F
  • License MIT

Robust, framework-agnostic in-memory data store.

Package Exports

  • js-data

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (js-data) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

js-data logo

js-data v3 beta Slack Status npm version npm downloads

Browser tests Node.js tests
Sauce Test Status Circle CI Circle CI Circle CI Circle CI Circle CI

JSData v3 beta is stable. More features may be added before 3.0.0. Some adapters still need to be updated to work with v3. Message @jmdobry on the JSData Slack channel if you want to help with tests, documentation, tutorials, adapters, etc.

JSData is a framework-agnostic, datastore-agnostic ORM/ODM for Node.js and the Browser.

Adapters allow JSData to connect to various data sources such as Firebase, MySql, RethinkDB, MongoDB, localStorage, Redis, a REST API, etc. With JSData you can re-use your data modeling code between environments, keep your data layer intact when transitioning between app frameworks, and work with a unified data API on the server and the client. JSData employs conventions for rapid development, but allows for endless customization in order to meet your particular needs.

To get started, visit the main website at http://js-data.io.

License

The MIT License (MIT)

Copyright (c) 2014-2016 js-data project authors