Glossary
Database Migration
Database migration changes schema or data structures in versioned steps so the database stays aligned with application code.
Glossary
Prisma ORM
Prisma is a modern ORM for TypeScript and Node.js that manages database schemas, migrations, and type-safe queries in one workflow.