[{"data":1,"prerenderedAt":100},["ShallowReactive",2],{"term-s\u002Fsqlite":3,"related-s\u002Fsqlite":89},{"id":4,"title":5,"acronym":6,"body":7,"category":71,"description":72,"difficulty":73,"extension":74,"letter":75,"meta":76,"navigation":77,"path":78,"related":79,"seo":83,"sitemap":84,"stem":87,"subcategory":6,"__hash__":88},"terms\u002Fterms\u002Fs\u002Fsqlite.md","SQLite",null,{"type":8,"value":9,"toc":65},"minimark",[10,15,19,23,26,30,54,58,61],[11,12,14],"h2",{"id":13},"eli5-the-vibe-check","ELI5 — The Vibe Check",[16,17,18],"p",{},"SQLite is a database that lives entirely in a single file on your computer. No server, no setup, just a file. Perfect for local apps, prototypes, or when you want a database without the drama. Every iPhone app uses one.",[11,20,22],{"id":21},"real-talk","Real Talk",[16,24,25],{},"SQLite is a self-contained, serverless, zero-configuration, transactional SQL database engine. The entire database is stored in a single cross-platform file. It is the most widely deployed database in the world, used in mobile apps, browsers, and embedded systems.",[11,27,29],{"id":28},"show-me-the-code","Show Me The Code",[31,32,37],"pre",{"className":33,"code":34,"language":35,"meta":36,"style":36},"language-sql shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","-- Just a file, no server needed\nSELECT * FROM notes WHERE user_id = 1;\n","sql","",[38,39,40,48],"code",{"__ignoreMap":36},[41,42,45],"span",{"class":43,"line":44},"line",1,[41,46,47],{},"-- Just a file, no server needed\n",[41,49,51],{"class":43,"line":50},2,[41,52,53],{},"SELECT * FROM notes WHERE user_id = 1;\n",[11,55,57],{"id":56},"when-youll-hear-this","When You'll Hear This",[16,59,60],{},"\"I use SQLite for local development before switching to Postgres.\" \u002F \"The mobile app stores data in a local SQLite database.\"",[62,63,64],"style",{},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"title":36,"searchDepth":50,"depth":50,"links":66},[67,68,69,70],{"id":13,"depth":50,"text":14},{"id":21,"depth":50,"text":22},{"id":28,"depth":50,"text":29},{"id":56,"depth":50,"text":57},"database","SQLite is a database that lives entirely in a single file on your computer. No server, no setup, just a file.","beginner","md","s",{},true,"\u002Fterms\u002Fs\u002Fsqlite",[80,81,82],"SQL","Database","Migration",{"title":5,"description":72},{"changefreq":85,"priority":86},"weekly",0.7,"terms\u002Fs\u002Fsqlite","chxwBJeuDgvXOskzDyTcjeyuBmeUC9iO5RQRxs9p2ic",[90,93,96],{"title":81,"path":91,"acronym":6,"category":71,"difficulty":73,"description":92},"\u002Fterms\u002Fd\u002Fdatabase","A database is like a super-organized filing cabinet for your app's data.",{"title":82,"path":94,"acronym":6,"category":71,"difficulty":73,"description":95},"\u002Fterms\u002Fm\u002Fmigration","A migration is a versioned script that modifies your database schema — adding a column, creating a table, changing a type.",{"title":80,"path":97,"acronym":98,"category":71,"difficulty":73,"description":99},"\u002Fterms\u002Fs\u002Fsql","Structured Query Language","SQL is the language you use to talk to a database. You ask it things like 'give me all users who signed up this week' and it actually does it.",1776518310242]