Hacker News new | ask | show | jobs
by hsn915 1248 days ago
This company is based on an ORM library? How do they make money?
4 comments

The same company that stopped officially maintaining their golang library when it wasn't getting "the growth we were hoping for".

https://github.com/prisma/prisma-client-go/issues/707

Hahaha that's great.

One of the comments there made the excellent point that the lib was still 'early access' which most mature devs wouldn't use for production. Maybe if it was 1.0.0 prod-ready, use would have skyrocketed but Prisma would never know that.

They offer a proxy service for connecting to your relational database from server-less environments like lambda
Hosted database SaaS, with the (free) library somehow integrated.
What is the unique thing they offer that no other company can offer?
Prisma, being the most popular ORM at the moment, gives you a lot of leverage and opportunities for vertical integration
More popular than Hibernate and Entity Framework (both free)?

I doubt it.

Popular in the Typescript/Javascript world.
So basically, it's just a deployment-ready synergy provider?
Typescript code generation from db :)
Looking at other popular JS projects, they monetise by basically creating a ‘cloud’ offering which is just re-selling AWS resources in a highly specialised way.