Viewing profile — hervelabas
hervelabas
HN member- Joined
- Fri, Jun 26, 2020, 2:47 PM UTC
- HN karma
- 2
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About hervelabas
Product Manager
Recent public activity
-
comment
Comment #23662219
Not yet indeed. Prisma doesn't support long running transactions and advocates for alternative ways. We're preparing a post on the topic soon, and will improve the means for those …
-
comment
Comment #23662176
> They can be compared in terms of who dictates the model/is the leading source of truth. You can also use introspection to keep the database as the source of truth for the model, …
-
comment
Comment #23660435
> My first instinct was to say type safety, but you don't really get that with JS either way. You get type safety if using it with TypeScript though: this is where Prisma adds a lo…
-
comment
Comment #23660417
Prisma is a Query Builder, not an ORM (like Objection). We chose this approach since ORM suffer from the object-relational impedance mismatch problem (described here: https://en.wi…