Technology RadarTechnology Radar
Adopt

Prisma is an open-source next-generation ORM (Object-Relational Mapper) that provides a type-safe and modern way to interact with databases. It simplifies database operations by allowing developers to define their data models using a declarative schema and then generate type-safe client libraries for various programming languages. Prisma supports multiple databases, including PostgreSQL, MySQL, and SQLite.