💾 Database Tools incl. ORM, Migrations and Admin UI (Postgres, MySQL & MongoDB) [deprecated]
Prisma 1 is a deprecated database abstraction layer that converts databases into GraphQL APIs. The project enables developers to design data models using GraphQL SDL and automatically generates a type-safe, production-ready GraphQL API within minutes, supporting MySQL, PostgreSQL, and MongoDB databases. Built with Node.js and distributed via NPM as a CLI tool, Prisma 1 provides features including declarative data modeling with automatic migrations, real-time GraphQL subscriptions, and a visual admin interface for data management. The project is maintained by Prisma (formerly Graphcool) and is now in maintenance mode, with users directed toward Prisma 2 for new projects.