Abbreviation for Create, Read, Update, Delete. These are the most common operations for data(rows) in computer applications and databases. Frameworks usually aim to tackle these CRUD operations to simplify a programmers common and repetetive tasks.
For this project we're not using any library or framework, so we have to write all the CRUD operations ourselves.
4👍 3👎