crud-service icon indicating copy to clipboard operation
crud-service copied to clipboard

A lightweight application to expose restful CRUD API over HTTP interface

Results 37 crud-service issues
Sort by recently updated
recently updated
newest added

## Feature Description Actually, the `crud-service` deletes and creates indexes at runtime on the configured database. By default, if not specified on the MONGODB connection string, all operations are done...

enhancement

Currently, CRUD service only allows to update (PATCH) an array in documents by adding a single record at a time using `$push` operator. It would be nice to add the...

enhancement

## Feature Description [Collation](https://www.mongodb.com/docs/manual/reference/collation/) are a MongoDB implementation that allow user for language-specific rules for string comparison, useful in search and sort operation on strings; it would be nice to...

enhancement

It would be very useful to set a default value on not required CRUD properties. This default value would be applied just on insert operations.

enhancement

## Feature Description The version 6.3 provides the support out-ot-the-box to expose CRUD REST API for a MongoDB collection and you can limit the query for a subset of fields...

enhancement

After upgrade to latest version of lc39, `getSchemaDetail` in `JSONSchemaGenerator` should be removed.

enhancement

This requirement comes from the following design: we needed a collection with a property composed of nested arrays of objects, acting as a sort of matrix (rows with the first...

needs triage

t would be nice to have the query parameters (e.g. for get list API) supporting multiple values. For instance suppose you want to get two documents with _id 1234 and...

enhancement
needs triage

When the crud service is configured to use CSFLE with MongoDB the $text operator is not usable on any collection, even the ones that don't require encryption. `$text` operator is...

enhancement

It would be handy to have an native version of the upsert one endpoint but for bulk operation. Instead of manually have to implement to bulk operation an endpoint exposed...

enhancement