Servesh
DTDrizzle Team
•Created by Servesh on 5/29/2024 in #help
Unable to run drizzle query for supabase
I've tried npm, pnpm and bun to check if was something related to how modules are resolved.
Here is my
drizzle.ts
:
Getting this stack trace:
Below is my package json dependencies.
I searched online and found it was happenning for pg 8.11 and tried to manually set it to 8.10 like below and running pnpm up
but to no avail:
Any help is much appreciated.15 replies
DTDrizzle Team
•Created by Servesh on 5/24/2024 in #help
Unable to setup supabase with drizzle
Using this https://orm.drizzle.team/learn/tutorials/drizzle-with-supabase#setup-supabase-and-drizzle-orm to setup supabase but always getting errors on migration and studio scripts. I'm using pnpm and have setup my .env.local variables. Drizzle version:
15 replies