Hi, There is possibly a memory leak in Prisma when...
# orm-help
p
Hi, There is possibly a memory leak in Prisma when using executeRaw from inside a stream.on("data"). My use case is uncompressing on the fly a sql dump from AWS S3 via a pipe and then when there is a full SQL statement, executeRaw is called. The memory just grows until the process is killed. I swapped prisma for the mysql driver and there is no leak