require() of ES Module not supported
This isn't too related to drizzle-ORM, but I figured I'd ask it here:
I'm trying to connect drizzle to my PlanetScale database like so:
and it's giving me the following error when I run
I've tried several solutions that people have suggested online, including adding
I'm trying to connect drizzle to my PlanetScale database like so:
and it's giving me the following error when I run
npm run devI've tried several solutions that people have suggested online, including adding
"type": "module" to my package.json file. Anyone have any ideas as to what's going wrong? I'll send any files if needed.
