DEV Community

Cover image for We look into the CRUD concepts using a ORM i wrote called snok
Daniel Persson
Daniel Persson

Posted on

We look into the CRUD concepts using a ORM i wrote called snok

The CRUD concept is pretty integral to the state-management concepts and an ORM is a good way to store information. ORM stands for Object-Relation Mapping and the CRUD concept is the function Create Read Update Delete. Using my ORM Snok we will look at the concepts and talk about the pros and cons of using tools for data management.

Top comments (0)