Skip to main content

Glossary

ORM

Meaning and details

ORMs like Prisma, Drizzle, SQLAlchemy and Eloquent map tables to classes and queries to method calls. They trade raw SQL control for type safety and speed of development: the modern trend is thin, SQL-flavored ORMs.

ORM meaning

Object-Relational Mapping, working with database rows as objects in your language.

What is ORM?

ORMs like Prisma, Drizzle, SQLAlchemy and Eloquent map tables to classes and queries to method calls. They trade raw SQL control for type safety and speed of development: the modern trend is thin, SQL-flavored ORMs.

Keep exploring the glossary