UNPKG

sails-disk

Version:

Persistent local-disk (and/or memory) adapter for Sails.js / Waterline.

28 lines (12 loc) 1.27 kB
# sails-disk <a href="http://en.wikipedia.org/wiki/Embedded_database"><img src="http://sailsjs.com/images/icon_hardisk.png" title="sails-disk"/></a> A local disk adapter for the Sails framework and Waterline ORM. Functions as a persistent object store which works great as a bundled, starter database (with the strict caveat that it is for non-production use only). It is bundled with the `sails-hook-orm` hook that is included by default in new Sails projects. > Under the hood, this uses [nedb](http://npmjs.com/package/nedb). ## Help If you have further questions or are having trouble, click [here](http://sailsjs.com/support). ## Bugs &nbsp; [![NPM version](https://badge.fury.io/js/sails-disk.svg)](http://npmjs.com/package/sails-disk) To report a bug, [click here](http://sailsjs.com/bugs). ## Contributing Please observe the guidelines and conventions laid out in the [Sails project contribution guide](http://sailsjs.com/documentation/contributing) when opening issues or submitting pull requests. [![NPM](https://nodei.co/npm/sails-disk.png?downloads=true)](http://npmjs.com/package/sails-disk) ## License This package, like the [Sails framework](http://sailsjs.com), is free and open-source under the [MIT License](http://sailsjs.com/license).