feathersjs/feathers

View on GitHub
packages/adapter-commons/README.md

Summary

Maintainability
Test Coverage
# Feathers Adapter Commons

[![CI](https://github.com/feathersjs/feathers/workflows/Node.js%20CI/badge.svg)](https://github.com/feathersjs/feathers/actions?query=workflow%3A%22Node.js+CI%22)
[![Download Status](https://img.shields.io/npm/dm/@feathersjs/adapter-commons.svg?style=flat-square)](https://www.npmjs.com/package/@feathersjs/adapter-commons)
[![Discord](https://badgen.net/badge/icon/discord?icon=discord&label)](https://discord.gg/qa8kez8QBx)

> Shared utility functions for Feathers adatabase adapters

## Installation

```
npm install @feathersjs/adapter-commons --save
```

## Documentation

Refer to the [Feathers database adapter documentation](https://feathersjs.com/api/databases/common.html) for more details.

## Authors

[Feathers contributors](https://github.com/feathersjs/adapter-commons/graphs/contributors)

## License

Copyright (c) 2023 [Feathers contributors](https://github.com/feathersjs/feathers/graphs/contributors)

Licensed under the [MIT license](LICENSE).