ORM
Object-relational mappers (ORMs) provide a way to define and interact with databases through application code instead of hand-writing all SQL queries.
They improve developer productivity and can reduce database-specific boilerplate.
Prisma
- Type-safe database client
- Supports many databases
- Easy relation API
Mongoose
Sequelize
SQLAlchemy
See also: MOC Computing DevOps and Software