> For the complete documentation index, see [llms.txt](https://digis.gitbook.io/lowcode/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://digis.gitbook.io/lowcode/master.md).

# Main

## 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.
