# @feathersjs/memory

[![CI](https://github.com/feathersjs/feathers/workflows/CI/badge.svg)](https://github.com/feathersjs/feathers/actions?query=workflow%3ACI)
[![Download Status](https://img.shields.io/npm/dm/@feathersjs/memory.svg?style=flat-square)](https://www.npmjs.com/package/@feathersjs/memory)
[![Discord](https://badgen.net/badge/icon/discord?icon=discord&label)](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).
