@feathersjs/memory
Version:
An in memory service store
24 lines (14 loc) • 859 B
Markdown
# @feathersjs/memory
[](https://github.com/feathersjs/feathers/actions?query=workflow%3ACI)
[](https://www.npmjs.com/package/@feathersjs/memory)
[](https://discord.gg/qa8kez8QBx)
> A Feathers service adapter for in-memory data storage that works on all platforms.
## Installation
```bash
$ npm install --save @feathersjs/memory
```
## Documentation
See [FeathersJS Memory Adapter API documentation](https://feathersjs.com/api/databases/memory.html) for more details.
## License
Copyright (c) 2024 [Feathers contributors](https://github.com/feathersjs/feathers/graphs/contributors)
Licensed under the [MIT license](LICENSE).