Hacker News new | ask | show | jobs
by rlili 1118 days ago
I agree.

However, a tool like Prisma only seems possible (with all its benefits) within Typescript, which is able to compute arbitrary types dynamically.

1 comments

I don't entirely follow, because the Prisma client is static code generated from your database schema. There's nothing dynamic about it, unless you're referring to generics?