Coding

Prisma – next-generation Node.js and TypeScript ORM

Prisma is a next-generation ORM.

Prisma helps app developers build faster and make fewer errors with an open source database toolkit for PostgreSQL, MySQL, SQL Server, and SQLite.

This is free and open source software.

Key Features

  • Includes 3 tools:
    • Prisma Client: Auto-generated and type-safe query builder for Node.js & TypeScript. The client can be used in any Node.js or TypeScript backend application (including serverless applications and microservices). This can be a REST API, a GraphQL API a gRPC API, or anything else that needs a database.
    • Prisma Migrate: Declarative data modeling & migration system. Prisma Migrate automatically generates SQL database migrations, that are fully customizable. For quick data model prototyping in development,prisma db push lets you make changes to the database without generating migration files.
    • Prisma Studio: GUI to view and edit data in your database. Understand your data by browsing across tables and their relations and edit them with safety. Available for Linux, macOS, and Windows.
  • Central to Prisma is the schema – a declarative way to define your app’s data models and their relations that’s human-readable.

Website: www.prisma.io
Support: Documentation, GitHub Code Repository
Developer: Prisma
License: Apache License 2.0

Prisma is written in TypeScript. Learn TypeScript with our recommended free books and free tutorials.


Related Software

TypeScript Object-Relational Mapping Software
SequelizePromise-based Node.js ORM for Postgres, MySQL, MariaDB, SQLite and more
TypeORMORM that can run in NodeJS, Browser, Cordova, PhoneGap, Ionic ...
PrismaNext-generation Node.js and TypeScript ORM
Objection.jsORM for Node.js that aims to stay out of your way
MikroORMORM for Node.js based on Data Mapper, Unit of Work and Identity Map patterns.

Read our verdict in the software roundup.


Best Free and Open Source Software Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.

This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk.

You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more.

Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form.
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments