You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-21Lines changed: 10 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -7,15 +7,6 @@ Adds MySQL support for Sails.
7
7
# Sails.js Repo
8
8
http://SailsJs.org
9
9
10
-
11
-
## About Waterline
12
-
Waterline is a new kind of storage and retrieval engine. It provides a uniform API for accessing stuff from different kinds of databases, protocols, and 3rd party APIs. That means you write the same code to get users, whether they live in mySQL, LDAP, MongoDB, or Facebook.
13
-
Waterline also comes with built-in transaction support, as well as a configurable environment setting.
14
-
15
-
16
-
## Writing your own adapters
17
-
It's easy to add your own adapters for integrating with proprietary systems or existing open APIs. For most things, it's as easy as `require('some-module')` and mapping the appropriate methods to match waterline semantics.
18
-
19
10
## Installation
20
11
21
12
Install from NPM.
@@ -31,29 +22,27 @@ Add the mysql config to the config/adapters.js file. Basic options:
Waterline is a new kind of storage and retrieval engine. It provides a uniform API for accessing stuff from different kinds of databases, protocols, and 3rd party APIs. That means you write the same code to get users, whether they live in mySQL, LDAP, MongoDB, or Facebook.
44
+
Waterline also comes with built-in transaction support, as well as a configurable environment setting.
0 commit comments