[{"data":1,"prerenderedAt":74},["ShallowReactive",2],{"term-c\u002Fcrud":3,"related-c\u002Fcrud":61},{"id":4,"title":5,"acronym":6,"body":7,"category":40,"description":41,"difficulty":42,"extension":43,"letter":44,"meta":45,"navigation":46,"path":47,"related":48,"seo":54,"sitemap":55,"stem":58,"subcategory":59,"__hash__":60},"terms\u002Fterms\u002Fc\u002Fcrud.md","CRUD","Create, Read, Update, Delete",{"type":8,"value":9,"toc":33},"minimark",[10,15,19,23,26,30],[11,12,14],"h2",{"id":13},"eli5-the-vibe-check","ELI5 — The Vibe Check",[16,17,18],"p",{},"CRUD is the four things you can do to data: Create it, Read it, Update it, Delete it. Literally every app ever made is just CRUD in a trenchcoat. Your AI probably generates CRUD apps 80% of the time.",[11,20,22],{"id":21},"real-talk","Real Talk",[16,24,25],{},"CRUD represents the four basic operations of persistent storage. It maps directly to SQL statements (INSERT, SELECT, UPDATE, DELETE) and HTTP methods (POST, GET, PUT\u002FPATCH, DELETE). Most web applications are primarily CRUD interfaces over a data model.",[11,27,29],{"id":28},"when-youll-hear-this","When You'll Hear This",[16,31,32],{},"\"This is a basic CRUD app for managing blog posts.\" \u002F \"Build a CRUD API for the products table.\"",{"title":34,"searchDepth":35,"depth":35,"links":36},"",2,[37,38,39],{"id":13,"depth":35,"text":14},{"id":21,"depth":35,"text":22},{"id":28,"depth":35,"text":29},"database","CRUD is the four things you can do to data: Create it, Read it, Update it, Delete it. Literally every app ever made is just CRUD in a trenchcoat.","beginner","md","c",{},true,"\u002Fterms\u002Fc\u002Fcrud",[49,50,51,52,53],"SELECT","INSERT","UPDATE","DELETE","REST API",{"title":5,"description":41},{"changefreq":56,"priority":57},"weekly",0.7,"terms\u002Fc\u002Fcrud",null,"Sp_7mwHm5QzuWGv4p06o0oDiUM3myP9X5-XgsOcDCQg",[62,65,68,71],{"title":52,"path":63,"acronym":59,"category":40,"difficulty":42,"description":64},"\u002Fterms\u002Fd\u002Fdelete","DELETE removes rows from a table. It is the 'Delete' in CRUD. Like UPDATE, you MUST use a WHERE clause — without it, you delete everything in the table.",{"title":50,"path":66,"acronym":59,"category":40,"difficulty":42,"description":67},"\u002Fterms\u002Fi\u002Finsert","INSERT is how you add new data to a database. It is the 'Create' in CRUD. You tell it which table, which columns, and what values to put in.",{"title":49,"path":69,"acronym":59,"category":40,"difficulty":42,"description":70},"\u002Fterms\u002Fs\u002Fselect","SELECT is how you ask a database to give you data. It is the 'Read' in CRUD.",{"title":51,"path":72,"acronym":59,"category":40,"difficulty":42,"description":73},"\u002Fterms\u002Fu\u002Fupdate","UPDATE changes existing data in a table. It is the 'Update' in CRUD.",1776518262871]