|
|
|
|
|
by panzi
1189 days ago
|
|
Prisma has this one glaring issue: https://github.com/prisma/prisma/issues/10649 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. |
|