Prisma
на сайте с December 21, 2022 01:38
Prisma is a next-generation ORM for Node.js and TypeScript that helps developers build faster and make fewer errors. It consists of:
◮ Prisma Client: Auto-generated and type-safe database client
◮ Prisma Migrate: Declarative data modeling and customizable migrations
◮ Prisma Studio: Modern UI to view and edit data
Prisma currently supports PostgreSQL, MySQL, MariaDB, SQL Server, SQLite & MongoDB.