ReasonJun

Prisma 본문

Backend/Prisma

Prisma

ReasonJun 2023. 6. 22. 11:51
728x90

Prisma is a modern ORM (Object-Relational Mapping) that makes it easy to interact with databases in a type-safe and consistent way. It is built on top of GraphQL, a popular API specification, and it provides a number of features that make it a powerful and flexible database solution.

Some of the features of Prisma include:

  • Type-safety: Prisma uses TypeScript to provide type-safety for your database queries. This means that you can be confident that your queries will be correct, even as your database schema changes.
  • Consistency: Prisma provides a consistent API for interacting with your database, regardless of the underlying database engine. This makes it easy to switch between database engines, or to use multiple database engines in the same application.
  • Flexibility: Prisma is flexible enough to be used in a variety of different applications. It can be used to build web applications, mobile applications, and even serverless applications.

Prisma is a good choice for a number of different applications, including:

  • Web applications: Prisma can be used to build web applications that need to interact with a database.
  • Mobile applications: Prisma can be used to build mobile applications that need to interact with a database.
  • Serverless applications: Prisma can be used to build serverless applications that need to interact with a database.

If you are looking for a modern ORM that is type-safe, consistent, and flexible, then you should consider Prisma.

 

Prisma | Next-generation ORM for Node.js & TypeScript

 

Prisma | Next-generation ORM for Node.js & TypeScript

Prisma is a next-generation Node.js and TypeScript ORM for PostgreSQL, MySQL, SQL Server, SQLite, MongoDB, and CockroachDB. It provides type-safety, automated migrations, and an intuitive data model.

www.prisma.io

 

728x90

'Backend > Prisma' 카테고리의 다른 글

Prisma : Next Auth Google provider error  (0) 2023.11.07
Comments