Skip to content

Latest commit

 

History

History
81 lines (53 loc) · 5.37 KB

MODULES.md

File metadata and controls

81 lines (53 loc) · 5.37 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

Repo Bleeding edge build status (master) Latest Stable Version
Sails.js logo (small) Build Status NPM version
waterline Build Status NPM version
anchor N/A NPM version
waterline-criteria N/A NPM version
waterline-errors N/A NPM version
waterline-schema N/A NPM version
sails-generate N/A NPM version
sails-build-dictionary N/A NPM version
captains-log N/A 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

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

Community adapters

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

Docs

Repo
sails-docs

Client-SDKs

Repo Latest Stable Version (bower)
backbone-to-sails ...
sails.io.js ...

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.