Waterline provides an abstraction layer on top of your data-store, giving you easy access to query and manipulate your data. It's an ORM (Object-Relational-Mapper) which is datastore agnostic using adapters to communicate with your favorite data-store.
It is written entirely in Javascript and runs on Node.js.
Name | Maintainer | Build Status (edge) | Latest Stable Version |
---|---|---|---|
Sails-PostgreSQL | balderdash | ||
Sails-MySQL | balderdash | ||
Sails-MongoDB | balderdash | ||
Sails-Redis | balderdash | ||
Sails-Disk | balderdash | ||
Sails-Memory | balderdash |
Name | Maintainer | Build Status (edge) | Latest Stable Version |
---|---|---|---|
Sails-SQLServer | c*nect | ||
Sails-OrientDB | appscot | ||
Sails-REST | zohararad | ||
Sails-Oracle | atiertant | ||
Sails-Cassandra | dtoubelis |
If you have an adapter you would like added, submit a PR and add it to the list.
Repo | Build Status (edge) | Latest Stable Version |
---|---|---|
waterline | ||
anchor | ||
waterline-criteria | ||
waterline-errors | ||
waterline-schema | ||
waterline-adapter-tests |
Integration tests | Status |
---|---|
Edge waterline core <-> edge official adapters |
We welcome your help! Please send a pull request to this branch with corrections/additions and they'll be double-checked and merged as soon as possible.