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.
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 |
---|---|---|
waterline | ||
anchor | ||
waterline-criteria | ||
waterline-errors | ||
waterline-schema | ||
sails-generate | ||
sails-build-dictionary | N/A | |
captains-log | ||
sails-stringfile | N/A |
Repo | Latest Stable Version |
---|---|
sails-util (will be deprecated) | |
include-all | |
reportback | |
node-switchback | |
merge-defaults | |
enpeem | |
merge-context | |
fixture-stdout |
Repo | Build Status (edge) | Latest Stable Version | Platform |
---|---|---|---|
Local Disk | Local disk (.tmp ) |
||
MySQL | MySQL | ||
PostgreSQL | PostgreSQL | ||
Mongo | MongoDB | ||
Redis | Redis |
Hook | Repo | Build Status (edge) | Purpose |
---|---|---|---|
orm |
sails-hook-orm | Implements support for Waterline ORM in Sails. | |
sockets |
sails-hook-sockets | Implements Socket.io support in Sails. |
The code for other hooks not listed above without specific repos is currently contained in sub-folders within Sails core. See
lib/hooks/
Platform | Repo | Build Status (edge) |
---|---|---|
Browser | sails.io.js | |
Node.js | sails.io.js |
Repo | Purpose |
---|---|
sails-docs | Raw content for reference, conceptual, anatomical, and other documentation on the Sails website (in Markdown). |
www.sailsjs.org | The Sails app that powers sailsjs.org. HTML content is automatically compiled from sails-docs . |
Repo | Build Status (edge) | Latest Stable Version | Platform |
---|---|---|---|
sails-orientdb | OrientDB | ||
sails-rest | REST | ||
sails-oracle | Oracle | ||
sails-mssql | MSSQL (for sails@<=0.9.x) | ||
sails-sqlserver | SQL Server | ||
sails-neo4j | Neo4j | ||
sails-sqlite3 | SQLite3 | ||
sails-dynamodb | DynamoDB | ||
sails-elasticsearch | Elasticsearch | ||
sails-couchdb | CouchDB | ||
sails-couchbase | Couchbase | ||
sails-odata | OData | ||
sails-db2 | DB2 | ||
sails-rethinkdb | RethinkDB | ||
sails-azuretables | Windows Azure Tables | ||
sails-riak | Riak | ||
sails-nedb | NeDB | ||
sails-parse | Parse | ||
sails-tingo | TingoDB |
Note that this section will be migrating to https://github.com/balderdashy/sails-docs/concepts/extending-sails/Generators/generatorList.md for consistency.
Repo | Build Status (edge) |
---|---|
angularSails | |
sails.io.objective-c | NEEDS_TRAVIS_SETUP |
backbone-to-sails |
Repo |
---|
sails-migrations |
sails-mysql-transactions |
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.