Hacker News new | ask | show | jobs
by kemcho 2277 days ago
I LOVE massivejs[1], a query builder type library for Postgres in nodejs. Is prisma2 like massivejs but for typescript?

If someone’s tried both, would love a quick comparison :)

[1] https://massivejs.org/

2 comments

Massive is great and we certainly took some inspiration from it (in fact we're friends with Dian, the author of Massive and are fans of her works).

The level of type-safety when using Prisma Client with TypeScript is indeed a major factor that sets Prisma apart from other DB libraries in general (not Massive in particular).

Would also love to hear what other people think of the two in comparison! :)

That's why I love HN! One published new solution and a whole tree of wonderful comments about related tech.