Discussion

Prisma replaces traditional ORMs


https://www.prisma.io/

Prisma client simplifies database access. It lets you read and write data to your database using your favorite programming language.

  • Auto-generated & type-safe client library
  • Latest ES7 features (e.g. async/await)
  • Performant database access

Simple data modeling & easy migrations

Prisma Migrate defines and updates your database schema using the declarative SDL syntax for data modeling and migrations.

Beautiful data management workflows

Prisma Admin is a beautiful data management tool that lets you view and edit data with the ease of a spreadsheet.

You may also like...

Leave a Reply

Your email address will not be published. Required fields are marked *