Offshore is available via NPM.
$ npm install --save offshoreOffshore ships without any adapters, so you will need to install these separately. For example:
$ npm install --save offshore-sql
$ npm install --save-dev offshore-memoryYou can install any number of adapters into your application.
The offshore-disk and offshore-memory adapters are common choices for development and testing.
If you are new to Node, we have a guide to help you get started on your preferred platform.