# sails-disk

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

Latest version **2.1.2** (published 2022-08-10) · MIT license · 0 weekly downloads

## Install

```sh
npm install sails-disk
pnpm add sails-disk
yarn add sails-disk
bun add sails-disk
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 2.1.2 |
| Published | 2022-08-10 |
| First published | 2013-06-05 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 5 |
| Unpacked size | 55.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 43 |
| Author | The Sails Company |
| Maintainers | particlebanana, rachaelshaw, balderdashy, mikermcneil, eashaw |
| Keywords | nedb, adapter, waterline, disk, memory, localdevdb, database, sails, sails.js, sailsjs |

## Links

- npm: https://www.npmjs.com/package/sails-disk
- Repository: https://github.com/balderdashy/sails-disk
- Homepage: https://github.com/balderdashy/sails-disk#readme
- Issues: https://github.com/balderdashy/sails-disk/issues
- npm.io page: https://npm.io/package/sails-disk

## Dependencies (5)

- [async](https://npm.io/package/async.md) 2.6.4
- [flaverr](https://npm.io/package/flaverr.md) ^1.10.0
- [@sailshq/nedb](https://npm.io/package/@sailshq/nedb.md) ^1.8.2
- [machinepack-fs](https://npm.io/package/machinepack-fs.md) ^12.0.1
- [@sailshq/lodash](https://npm.io/package/@sailshq/lodash.md) ^3.10.2

## Recent versions

- 2.1.2 (latest) — 2022-08-10
- 0.10.10 (for-sails-0.12) — 2016-06-06
- 2.1.1 — 2021-11-09
- 2.1.0 — 2020-05-26
- 2.0.0 — 2020-05-26
- 2.0.0-2 — 2020-05-26
- 2.0.0-1 — 2020-05-26
- 2.0.0-0 — 2020-05-26
- 1.1.2 — 2019-04-25
- 1.1.1 — 2019-04-24
- 1.1.0 — 2019-01-30
- 1.0.1 — 2018-04-04
- 1.0.0 — 2018-04-04
- 1.0.0-12 — 2017-12-07
- 1.0.0-11 — 2017-04-06
- … 32 more at https://npm.io/package/sails-disk/versions

## README

# 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).

---
_Source: https://npm.io/package/sails-disk · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
