aspasht
DTDrizzle Team
•Created by aspasht on 9/1/2024 in #help
Vercel integration setup
Uncaught (in promise) VercelPostgresError: VercelPostgresError - 'missing_connection_string': You did not supply a 'connectionString' and no 'POSTGRES_URL' env var was found.
I'm trying to connect vercel postgres in my nextjs project with drizzle orm. I've followed official documentation from vercel , also drizzle but still facing this issue. Did anyone ran into this issue before?
1 replies
DTDrizzle Team
•Created by aspasht on 5/19/2024 in #help
Migrating to the latest version of drizzle-kit.
drizzle-kit: v0.21.2
drizzle-orm: v0.30.10
No config path provided, using default 'drizzle.config.ts'
Reading config file '/drizzle.config.ts'
You have to provide 'schema' param
why I'm getting this error and how do i provide 'schema' param?
4 replies
DTDrizzle Team
•Created by aspasht on 5/11/2024 in #help
creating graphql mutation
these are my configs. Now i want to write mutations to create a post. how can i do that ? I tried but I got type mismatch everytime.
1 replies