Skip to content
This repository has been archived by the owner on Aug 13, 2021. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mikermcneil committed Jan 18, 2014
1 parent b482736 commit 6693737
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,22 @@

This template exists to make it easier for you to get started writing an adapter for Sails.js.

> ### Generator now available
>
> `$ sails generate adapter foo`
>
> (see https://github.com/balderdashy/sails-generate-adapter for the source.)



> ### WARNING
>
> This version of the adapter is for the upcoming v0.10 release of Sails / Waterline.
> Check out the 0.8 branch for the original stuff.


## Getting started
It's usually pretty easy to add your own adapters for integrating with proprietary systems or existing open APIs. For most things, it's as easy as `require('some-module')` and mapping the appropriate methods to match waterline semantics. To get started:

Expand Down

0 comments on commit 6693737

Please sign in to comment.