Data · Technology in use

Prisma

A typed ORM for relational databases.

The problem it solves

A typed ORM for relational databases.

Technical rationale

Prisma provides a readable schema, migrations, and typed queries for cloud mode. It does not replace access rules: owner isolation remains in the use cases and queries surrounding the ORM.

How I have used it

It connects the 2 Free cloud domain to PostgreSQL.