Skip to content

Latest commit

 

History

History
101 lines (64 loc) · 7.12 KB

MODULES.md

File metadata and controls

101 lines (64 loc) · 7.12 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 Build Status NPM version
waterline-criteria Build Status NPM version
waterline-errors NEEDS_TRAVIS_SETUP NPM version
waterline-schema NEEDS_TRAVIS_SETUP NPM version
sails-generate Build Status NPM version
sails-build-dictionary N/A NPM version
captains-log Build Status 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
frontend NPM version
etc... ...TODO: add the rest to this list...

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.