Skip to content

Latest commit

 

History

History
100 lines (63 loc) · 6.47 KB

MODULES.md

File metadata and controls

100 lines (63 loc) · 6.47 KB

Modules

Sails is a large project, with many modular components. Each module is located in its own repository, and in most cases is tested individually.

Below, you'll find an overview of the modules maintained by the core team and community members.

Core modules

For more information on the available releases of the Sails framework as a whole, check out the contribution guide.

Repo Build Status (edge) Latest Stable Version
Sails.js logo (small) Build Status NPM version
waterline Build Status NPM version
anchor NEEDS_TRAVIS_SETUP NPM version
waterline-criteria NEEDS_TRAVIS_SETUP NPM version
waterline-errors NEEDS_TRAVIS_SETUP NPM version
waterline-schema NEEDS_TRAVIS_SETUP NPM version
sails-generate NEEDS_TRAVIS_SETUP NPM version
sails-build-dictionary N/A NPM version
captains-log NEEDS_TRAVIS_SETUP NPM version
sails-stringfile N/A NPM version

Utilities

Repo Latest Stable Version
sails-util (will be deprecated) NPM version
include-all NPM version
reportback NPM version
node-switchback NPM version
merge-defaults NPM version
enpeem NPM version
merge-context NPM version
fixture-stdout NPM version

Built-in generators

Repo Latest Stable Version
generator NPM version
new NPM version
controller NPM version
etc... ...TODO: add the rest...

Officially-supported adapters

Repo Bleeding edge build status (master) Latest Stable Version Interfaces
Local Disk ...
MySQL ...
PostgreSQL ...
Mongo ...
Redis ...

Docs

Repo
sails-docs

SDKs

Repo Latest Stable Version
sails.io.js ...

Community

Adapters

Repo Bleeding edge build status (master) Latest Stable Version Interfaces
TODO: update this

SDKs

Repo Latest Stable Version
sails.io.objective-c ...
backbone-to-sails ...

FAQ

If you have an unanswered question that isn't covered here, and that you feel would add value for the community, please feel free to send a PR adding it to this section.