Main

This page describes the philosophy behind the CRUD engine

Understanding CRUD

Create - read - update - delete (CRUD) operations are ubiquitous and tedious. We offer here an alternative to ORM that allows you to connect your RDBMS to a REST API. Queries are inferred from a centralised data model.

Joins, input verification, permissions are now implicit all you need to do is to write what you want and you will receive everything neatly packaged in a JSON.

Last updated