Database layer (v4)
complete
A
Aurelien Georget
The current implementation was working well until you've hundred of thousands entries to manage plus a lot of relational fields between the content types. To solve the issues and simplify the overall developer experience, we would like to implement a new database layer:
- Brand new filters system to make it consistent across the controllers, services, the REST and GraphQL API
- Default metadata and pagination fields in the API response
Have a look at the query layer RFC for more information!
Derrick Mehaffy
complete
Released in v4.0.0!
https://docs.strapi.io/developer-docs/latest/developer-resources/database-apis-reference/query-engine-api.html#query-engine-api
Derrick Mehaffy
in progress