Get the latest tech news
Why Everything Is CRUD
Almost all operations fits neatly into an CRUD model. CRUD-style modeling is highly beneficial when applied to non-CRUD operations to reflect how humans think.
Many web frameworks have very advanced support for the so-called “CRUD” operations, that is, C reate, R etrieve, U pdate, D elete, also known in SQL as Insert, Select, Update and Delete. ER modeling is not limited to SQL, and can even be applied to completely ephemeral client-side concepts that never have server storage (for example, outstanding network requests). He has successfully worked with and coached dozens of teams delivering high performance systems and is a pioneer in the field of web application optimization.
Or read this on Hacker News