Browse Software
List Your Product
Loading...
Prisma Reviews

User Rating

4.6/5 (Based on 11 Ratings)

Rating Distribution

  • Excellent

    63.6%
  • Very Good

    36.4%
  • Average

    0%
  • Poor

    0%
  • Terrible

    0%

Do You Use Prisma?

Write a Review
Reviews
NS

Neil S

May 4, 2023 Source: G2.com
"Essential for JS developers"
What do you like best about Prisma.io?

Their functionality of database innovation is the world of Javascript and Typescript

What do you dislike about Prisma.io?

It cannot be easily understandable by other not technical folks

What problems is Prisma.io solving and how is that benefiting you?

Providing nxt gen ORM and visual db browser with easy integration and support to many databases.

Read more
RV

Rajan V

December 6, 2022 Source: G2.com
"Great product for the container security"
What do you like best about Prisma.io?

Prisma cloud's ease of setup with your infrastructure was the easiest. Prisma cloud UI is user friendly and easy to explore, browse through various functions.

What do you dislike about Prisma.io?

Ability to connect with a few of the repositories.

What problems is Prisma.io solving and how is that benefiting you?

Prisma was able to deal with all of our containers scanning and provide with detailed summary of the vulnerabilities. It's ability to integrate with the jira is nifty for creating instant tickets through the Prisma UI.

Read more
AU

Anonymous User

October 13, 2021 Source: G2.com
"Best ORM i can hope for"
What do you like best about Prisma.io?

The recently developed Prisma migrate feature is awesome and helpful. We can maintain a single source of truth, the schema and all changes can be migrated to the database safely

What do you dislike about Prisma.io?

Prisma loses for some complex query like if I need to calculate the rank of a row, that we need to calculate using raw query but that they will fix very soon, I believe.

Recommendations to others considering Prisma.io:

The best TypeOrm I can suggest to somebody for Postgres, user friendly and well documented.

What problems is Prisma.io solving and how is that benefiting you?

The one problem that I am solving with prisma is database migration. It helps us as a Typeform almost completely, and Prisma also provides a studio to visualize data and relations

Read more
GJ

Govind J

September 26, 2023 Source: G2.com
"Focus on core Operations"
What do you like best about Prisma.io?

The community when it comes to query options and the ability to connect with data repositories. I find help in the Slack community where I find information.

What do you dislike about Prisma.io?

It is more beneficial if there was a support team to promptly solve any issues.

What problems is Prisma.io solving and how is that benefiting you?

Prisma.io solves the problem of managing databases by providing a to use platform. It has had an impact, on my business by simplifying our data management process.

Read more
SK

Shivani K

August 22, 2023 Source: G2.com
"Easy to create and manage database"
What do you like best about Prisma.io?

By using the browser to handle databases rather than having to install a toolkit, I can access the database from any place and on any device with just my login information. Given that it makes use of a type-safe query builder, this method not only gives me universal accessibility but also enables me to quickly address any application-related issues.

What do you dislike about Prisma.io?

There is room for improvement in the documentation on query options. Despite the large number of query options, finding them might be very difficult.

What problems is Prisma.io solving and how is that benefiting you?

Convenience of accessing and executing operations on my cloud database through an endpoint.

Read more
AW

Alex W

April 19, 2022 Source: G2.com
"Prisma Makes Creating and Managing a SQL DB easy"
What do you like best about Prisma.io?

I love that I can create a SQLite DB schema with all relations, foreign keys, etc a breeze! Migrations made easy. They Query language is very robust and the Slack community is fantastic and responsive. The CLI and CLI documentation covers a lot of cases including solving known issues.

What do you dislike about Prisma.io?

The documentation on querying options could be a little better. There are tons of query options available but really difficult to find. Mostly have to rely on the Slack community to get detailed information on this.

Recommendations to others considering Prisma.io:

The support is limited to the Slack community.

What problems is Prisma.io solving and how is that benefiting you?

I was able to deploy a production SQLite database with very little setup. The CLI provides all the necessary commands to handle migrations, resets, and helps solve issues.

Read more
sy

saketh y

June 24, 2020 Source: G2.com
"Simple and excellent Database Toolkit"
What do you like best about Prisma.io?

Database management in browser instead of installing toolkit this way i could access anywhere and on any computer just credentials are required.

It saves me time for resolving any issues for my application as its a type-safe query builder

What do you dislike about Prisma.io?

Setting up multiple records from another table to my record in current table sometimes hung up the service because of that action.

Whenever I face an issue I couldn't find a proper support from Prisma.There should be some session management if incase of idle actions should logout the user.

Recommendations to others considering Prisma.io:

If you are beginner or not a big fan of database but you require for applications Prisma toolkit has a simple understandable user interface and provides excellent scalability for your applications at cheaper cost so I suggest others to go ahead with Prisma

What problems is Prisma.io solving and how is that benefiting you?

comparative to other database toolkits they required a lot of configuration and to integrate with my application I need proper drivers to be installed this means a lot of trouble but with Prisma i could simply create a service and fulfil my database requirements easily.

Other benefit i really felt good is i could access and perform actions in my cloud database with help of end point.

Read more
AM

Aditya M

September 5, 2023 Source: G2.com
"Amazing database tool of new age!"
What do you like best about Prisma.io?

Ease of use, type safety,databse agnostic,schema migrations, performance, community, inegrations active developments.

These are some advantages of prisma.io

Which beats its competitors

What do you dislike about Prisma.io?

It has a leaning curve. Not easy without any prior knowledge.

Performance in complex queries is bad. It takes a big hit then.

Data migration is a challange and will require custom solutions.

What problems is Prisma.io solving and how is that benefiting you?

Prisma's strong typing system ensures that data is handled in a type-safe manner. This reduces the likelihood of runtime errors related to data type mismatches, enhancing code reliability and maintainability.

Read more
AP

Ashutosh P

May 14, 2023 Source: G2.com
""Empowering Development: A Game-Changing Experience with Prisma.io.""
What do you like best about Prisma.io?

its seamless integration with various databases, its powerful ORM capabilities, and its intuitive schema modeling, making database management and querying incredibly efficient and developer-friendly.

What do you dislike about Prisma.io?

One thing I disliked about prisma.io is the documentation.

What problems is Prisma.io solving and how is that benefiting you?

Prisma.io solves several common problems in database management and ORM (Object-Relational Mapping), benefiting developers in multiple ways:

1. Simplified Database Interactions: Prisma.io provides an intuitive and efficient way to interact with databases, abstracting away the complexity of writing raw SQL queries.

2. ORM Capabilities: Prisma.io offers powerful ORM capabilities, enabling developers to work with their database using familiar object-oriented programming paradigms.

3. Querying Flexibility: Prisma.io facilitates complex querying with ease. It supports various querying methods, including filtering, sorting, pagination, and aggregation, allowing developers to retrieve precisely the data they need from the database.

4. Schema Management: Prisma.io provides a declarative and version-controlled approach to database schema management.

Read more
JM

Joy M

January 5, 2023 Source: G2.com
"Prisma: A wrapper to your Database"
What do you like best about Prisma.io?

When I used Prisma with typescript, the table's schema looked too clean and easy to understand. As a developer, I found it very convenient to use.

What do you dislike about Prisma.io?

They don't support MongoDB. Mongo is one of the best NoSQL databases; they should have provided support with this.

What problems is Prisma.io solving and how is that benefiting you?

In one of our projects, we wanted to deliver ASAP, and all the senior devs were busy with diff projects, so we gave the job to the newcomer. Prisma is very easy to understand and easy to set up. So it really helped us to deliver it on time.

Read more

We understand SaaS better

SaaSworthy helps stakeholders choose the right SaaS platform based on detailed product information, unbiased reviews, SW score and recommendations from the active community.

icon

Buyers

Looking for the right SaaS

We can help you choose the best SaaS for your specific requirements. Our in-house experts will assist you with their hand-picked recommendations.

icon

Makers

Want more customers?

Our experts will research about your product and list it on SaaSworthy for FREE.

Get Listed