-
-
It seems EntityState is ignored when performing CRUD operations.
Review permutations of CRUD operations and the different entity states:
- [ ] EntityState: null (should perform the default oper…
-
# Create CRUD APIs out of the box
## Description
The goal of this project is to develop a set of CRUD (Create, Read, Update, Delete) APIs that can be easily integrated into various applications. The…
-
- [ ] Simple CRUD operations - find, get
- [ ] Custom Repository methods - findByName, findByIdAndName
- [ ] Update methods with custom implementation and decorated name in repository classes
- [ …
-
### **Description**:
The implementation for user-related routes has been completed in the `feature/user-routes` branch. This includes basic CRUD operations and related API endpoints.
#### **De…
-
### UseCase and effect
We are trying to send data to FIWARE via CRUD(Post/Patch) operations. We have tried it via the requests package from python and via a curl executions in bash script. The script…
-
We need to get rid of Authenticator component and to switch to something generic like Spring Security.
There is a need to support the following authentication methods:
- Local user (Local databas…
-
Here are the routes we currently have for a CrudController that uses the common operations:
So it's basically
| Operation | HTTP Verb | URL |
| ------------- | ------------- | ------------- …
-
Let we create tables and stored procs to perform CRUD operations.
Define schema to capture all government schemes for rural and gram panchayat along with information like:
- Scheme Name
- Descrip…
-
Will it be possible to generate CRUD operations?
Maybe taking inspiration from other generators that do that.
Generate all mutations and read operation using the .graphql file