# @frrri/nest-crud

## What is @frrri/nest-crud <a href="#what-is-frrri-nest-crud" id="what-is-frrri-nest-crud"></a>

**@frrri/nest-crud** is simplifying CRUD controllers in NestJS.

We believe your CRUD controllers should use a singleton service for it's communication layer. This way @frrri/nest-crud is easily extensible with any type of backend service, be it a database or a secondary api you consume.

For this, we have created two implementations so far:

* ​[@frrri/nest-crud-mongoose](https://github.com/bitflut/frrri/tree/master/libs/nest-crud-mongoose)​
* ​[@frrri/nest-crud-json-server](https://github.com/bitflut/frrri/tree/master/libs/nest-crud-json-server)​

Until documentation catches up, please have a look at tests in the [GitHub repository](https://github.com/bitflut/frrri/tree/master/libs).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://bitflut.gitbook.io/frrri/frrri-nest-crud.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
