Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdobry committed Jan 26, 2016
1 parent 79b4458 commit 88cbf77
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,4 +1,4 @@
##### 3.0.0-alpha.11 - 23 January 2016
##### 3.0.0-alpha.11 - 25 January 2016

- Refactored architecture into Record, Collection (and LinkedCollection), Mapper, Container, DataStore, and Schema

Expand Down
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -9,9 +9,10 @@
[![Coverage Status][cov_b]][cov_l]
[![Codacy][cod_b]][cod_l]

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

Adapters allow JSData to connect to various datastores such as Firebase, MySql,
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 Models between environments, keep your data layer intact when
transitioning between app frameworks, and work with a unified data API on the
Expand Down

0 comments on commit 88cbf77

Please sign in to comment.