Respect Your 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.

The Gist

Adapters allow JSData to connect to various datastores such as Firebase, MySql, RethinkDB, MongoDB, localStorage, Redis, a REST API, etc.

With JSData you can re-use data layer 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.

What's the big deal?