forked from balderdashy/waterline
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
As exciting as the 'bonus track' in the README was, this pulls it out…
… into ROADMAP.md to avoid confusion
- Loading branch information
1 parent
7b3e5f3
commit b321cfb
Showing
2 changed files
with
27 additions
and
133 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -57,136 +57,3 @@ All tests are written with [mocha](https://mochajs.org/) and should be run with | |
[Waterline](http://waterlinejs.org), like the rest of the [Sails framework](http://sailsjs.com), is free and open-source under the [MIT License](http://sailsjs.com/license). | ||
|
||
![[email protected]](http://sailsjs.com/images/bkgd_squiddy.png) | ||
|
||
| ||
|
||
|
||
| ||
|
||
|
||
| ||
|
||
|
||
| ||
|
||
|
||
| ||
|
||
|
||
| ||
|
||
|
||
| ||
|
||
|
||
| ||
|
||
|
||
| ||
|
||
|
||
| ||
|
||
|
||
| ||
|
||
|
||
| ||
|
||
|
||
| ||
|
||
|
||
| ||
|
||
|
||
| ||
|
||
|
||
| ||
|
||
|
||
| ||
|
||
|
||
| ||
|
||
|
||
| ||
|
||
|
||
| ||
|
||
|
||
| ||
|
||
|
||
| ||
|
||
|
||
| ||
|
||
|
||
| ||
|
||
|
||
| ||
|
||
|
||
| ||
|
||
|
||
| ||
|
||
|
||
| ||
|
||
|
||
| ||
|
||
|
||
| ||
|
||
|
||
| ||
|
||
|
||
| ||
|
||
|
||
| ||
|
||
|
||
| ||
|
||
|
||
| ||
|
||
|
||
| ||
|
||
|
||
| ||
|
||
|
||
|
||
|
||
## Experimental features | ||
|
||
Below, you'll find a handful of experimental features that you might enjoy. | ||
|
||
> Please be aware that these are in the early stages and should not be relied upon | ||
> as production features of Waterline. They could change at any time-- even on a patch | ||
release! **You have been warned!** | ||
|
||
#### Experimental lifecycle and accessor methods | ||
|
||
```js | ||
var Waterline = require('waterline'); | ||
``` | ||
|
||
+ `Waterline.start(opts, function(err, orm) { /*...*/ })` | ||
+ `Waterline.stop(orm, function(err) { /*...*/ })` | ||
+ `Waterline.getModel(modelIdentity, orm)` | ||
|
||
> For detailed usage, see the source code (bottom of `lib/waterline.js` in this repo.) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters