Related glossary terms
Database
A structured place to store and query data.
Shared tags: data, backend
Migration
Migrations are how teams change a database safely over time instead of poking production tables by hand and hoping for the best.
Shared tags: data, backend
NoSQL
Databases that aren’t strictly tables/rows (e.g., documents, key‑value).
Shared tags: data, backend
