|
|
|
|
|
by jmknoll
1179 days ago
|
|
Completely off-topic, but do you like prisma, and how are you using it (scale, complexity, solo vs team, etc). I toyed around with it a while back, and it looked potentially awesome, but different enough that I was worried about using it on a work project in case it failed in some use case. Im so sick of the SQL ORM situation in Typescript, but Prisma might have an answer. |
|
Segmentation fault with NodeJS 18. Its about prisma having linked a different version of OpenSSL than NodeJS. A workaround is to use the "binary" engine, meaning you run another process, talk via IPC to that, and that then talks to the DB, which is ridiculously roundabout.
But this issue is finally worked on, so once that is fixed its good.