Error occurs accessing postgres with drizzle and postgres.js in Remix project
I've created a Remix project using create-cloudflare CLI as guided in https://developers.cloudflare.com/pages/framework-guides/deploy-a-remix-site/
and then I installed
The code:
This happens while running the app (
and then I installed
drizzle-orm and postgres, but I've got this error when I executed a simple select query:The code:
This happens while running the app (
remix vite:dev) locally.