Why prisma has so many issues?

This page summarizes the projects mentioned and recommended in the original post on /r/node

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • Prisma

    Next-generation ORM for Node.js & TypeScript | PostgreSQL, MySQL, MariaDB, SQL Server, SQLite, MongoDB and CockroachDB

  • Hey there, I'm Nikolas from the Prisma team! This question has been asked here recently as well.

  • drizzle-orm

    Headless TypeScript ORM with a head. Runs on Node, Bun and Deno. Lives on the Edge and yes, it's a JavaScript ORM too 😅

  • If you're considering using a TypeScript-first ORM, the most viable option would be to use Prisma in combination with a query builder like Knex. Why do I suggest this? Drizzle is not quite production-ready as of now. You can check out the ongoing issues on their GitHub page: https://github.com/drizzle-team/drizzle-orm/issues/437. When it comes to TypeORM, many of its most commented issues are linked to unexpected outcomes.Here's a look at Prisma's most commented issues: https://github.com/typeorm/typeorm/issues?q=is%3Aissue+is%3Aopen+sort%3Acomments-desc Contrastingly, most of Prisma's issues relate to requests for additional features, which is generally a positive sign for an active and promising project.Here's a look at Prisma's most commented issues: https://github.com/prisma/prisma/issues?q=is%3Aissue+is%3Aopen+sort%3Acomments-desc By generate your schema with Prisma and crafting queries with Knex, you'll bypass many potential pitfalls associated with Prisma, such as performance concerns. Plus, you'll maintain type safety without the necessity to define interfaces. Another solution is kysely (https://kysely.dev/docs/generating-types) who proposes to generate schema with Prisma. However, please note that Kysely currently has only one collaborator (according to npm). Considering all these factors, my vote goes to the Prisma+Knex combination.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • A Software Engineer's Tips and Tricks #1: Drizzle

    3 projects | dev.to | 29 Apr 2024
  • Defend the Truth in the Internet Age

    2 projects | dev.to | 29 May 2023
  • Get started with Drizzle ORM and Xata's Postgres service

    1 project | dev.to | 16 Apr 2024
  • Flyweight: A Node.js ORM Specifically for SQLite

    3 projects | news.ycombinator.com | 7 Apr 2024
  • Drizzle TypeScript ORM

    1 project | news.ycombinator.com | 31 Jan 2024