waynecheah / waterline-docs

Public Documentation for Waterline

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Waterline v0.10 Documentation

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.

Table of Contents

Supported Adapters

Name Maintainer
Sails-PostgreSQL balderdash
Sails-MySQL balderdash
Sails-MongoDB balderdash
Sails-Redis balderdash
Sails-Disk balderdash
Sails-Memory balderdash

If you have an adapter you would like added, submit a PR and add it to the list.

Contributing to the docs

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.

About

Public Documentation for Waterline