Tag: ORM
5 items found
Glossary Terms
Glossary
Database Migration
Database migration changes schema or data structures in versioned steps so the database stays aligned with application code.
Glossary
Drizzle ORM
Drizzle ORM is a lightweight TypeScript ORM for managing database schemas and SQL queries with compile-time type safety.
Glossary
ORM (Object-Relational Mapping)
ORM maps database tables as objects, allowing database operations without writing raw SQL through library abstractions.
Glossary
ORM Migration
ORM migration is the practice of managing database schema changes through code files using ORM tools like Prisma or Drizzle.
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.