0.3.1 • Published 7 years ago

ormojo v0.3.1

Weekly downloads
9
License
MIT
Repository
github
Last release
7 years ago

ormojo

A multi-backend ORM for node.js and the browser.

Required JavaScript Features / Polyfills

Your runtime or transpiler toolchain will need to support the following JavaScript features in order to build and run this library:

  • Object.defineProperty
  • Object.assign
  • Array.isArray
  • Observable (NB We use any-observable to get the Observable implementation.)