node-postgres uses crypto under the hood ?

Hello everyone, so I'm migrating from Prisma to Drizzle so I can use the NextJS's edge runtime

I'm trying to make a query inside my edge middleware and I get the following error:
The edge runtime does not support Node.js 'crypto' module.

I'm using node-postgress as I've already mentioned

What are my options here ?
Was this page helpful?