Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 553 Bytes

installation.md

File metadata and controls

19 lines (13 loc) · 553 Bytes

Offshore Installation

Offshore is available via NPM.

$ npm install --save offshore

Offshore ships without any adapters, so you will need to install these separately. For example:

$ npm install --save offshore-sql
$ npm install --save-dev offshore-memory

You 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.