Skip to content

Latest commit

 

History

History
54 lines (36 loc) · 4.16 KB

MODULES.md

File metadata and controls

54 lines (36 loc) · 4.16 KB

Modules

Sails is a large project. Below, you'll find an overview of modules maintained as part of the Sails effort. Each module is located in its own repository, and in most cases is tested individually.

Core modules

Repo Bleeding edge build status (master) Latest Stable Version
Sails.js logo (small) Build Status NPM version
Waterline Build Status NPM version
sails-generate N/A NPM version
include-all N/A NPM version
sails-build-dictionary N/A NPM version
captains-log N/A NPM version
reportback N/A NPM version
node-switchback N/A NPM version
sails-stringfile N/A NPM version
sails-util will be deprecated 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

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.