Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/js-data/js-data

Give your data the treatment it deserves with a framework-agnostic, datastore-agnostic JavaScript ORM built for ease of use and peace of mind. Works in Node.js and in the Browser. Main Site: http://js-data.io, API Reference Docs: http://api.js-data.io/js-data
https://github.com/js-data/js-data

data-mapper datastore javascript nodejs odm orm

Last synced: 1 day ago
JSON representation

Give your data the treatment it deserves with a framework-agnostic, datastore-agnostic JavaScript ORM built for ease of use and peace of mind. Works in Node.js and in the Browser. Main Site: http://js-data.io, API Reference Docs: http://api.js-data.io/js-data

Awesome Lists containing this project

README

        

js-data logo

# [js-data v3](http://www.js-data.io/) [![Slack][1]][2] [![NPM][3]][4] [![Downloads][5]][6] [![Coverage][7]][8]

| __Browser tests__ | __Node.js tests__ |
| ---------------------------------|----|
| [![Tests][9]][10] | [![Tests][11]][12] [![Tests][13]][12] [![Tests][14]][12] [![Tests][15]][12] [![Tests][16]][12] [![Tests][17]][12] |

[1]: http://slack.js-data.io/badge.svg
[2]: http://slack.js-data.io
[3]: https://img.shields.io/npm/v/js-data.svg?style=flat
[4]: https://www.npmjs.org/package/js-data
[5]: https://img.shields.io/npm/dm/js-data.svg?style=flat
[6]: https://www.npmjs.org/package/js-data
[7]: https://img.shields.io/codecov/c/github/js-data/js-data/master.svg
[8]: https://codecov.io/github/js-data/js-data
[9]: https://saucelabs.com/browser-matrix/jsdata.svg
[10]: https://saucelabs.com/u/jsdata
[11]: https://img.shields.io/circleci/project/js-data/js-data.svg
[12]: https://img.shields.io/circleci/project/js-data/js-data.svg
[13]: https://img.shields.io/badge/Node.js-v6.x-brightgreen.svg
[14]: https://img.shields.io/badge/Node.js-v5.x-brightgreen.svg
[15]: https://img.shields.io/badge/Node.js-v4.x-brightgreen.svg
[16]: https://img.shields.io/badge/Node.js-v0.12.x-brightgreen.svg
[17]: https://img.shields.io/badge/Node.js-v0.10.x-brightgreen.svg

__Community & Maintainers always welcome - message in #jsdata-core-discuss Slack channel if you want to help with
issues, improvements, tests, documentation, tutorials, adapters, etc.. There are several adapters that could use minor maintenance as well as new adapters to be written.__

JSData is a framework-agnostic, datastore-agnostic ORM 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.

### Just getting started?

Start with the [JSData Getting Started Tutorial][18] or explore the [API Reference Documentation][19].

### Need help?

Please [post a question][20] on Stack Overflow. **This is the preferred method.**

You can also chat with folks on the [Slack Channel][21]. If you end up getting
your question answered, please still consider consider posting your question to
Stack Overflow (then possibly answering it yourself). Thanks!

### Want to contribute?

Awesome! You can get started over at the [Contributing guide][22].

And thank you!

### License

[The MIT License (MIT)][23]

Copyright (c) 2014-2017 [js-data project authors][24]

[18]: http://www.js-data.io/docs/home
[19]: http://api.js-data.io/
[20]: http://stackoverflow.com/questions/tagged/jsdata
[21]: http://slack.js-data.io/
[22]: https://github.com/js-data/js-data/blob/master/.github/CONTRIBUTING.md
[23]: https://github.com/js-data/js-data/blob/master/LICENSE
[24]: https://github.com/js-data/js-data/blob/master/AUTHORS