Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 399 Bytes

introduction.md

File metadata and controls

11 lines (7 loc) · 399 Bytes

Offshore

Offshore provides an abstraction layer on top of your data-store, giving you easy access to query and manipulate your data. It's an ORM (Object-Relational-Mapper) which is datastore agnostic using adapters to communicate with your favorite data-store.

It is written entirely in Javascript and runs on Node.js.