Budi
Budi
Explore posts from servers
DTDrizzle Team
Created by Boby on 9/11/2024 in #help
error in production, using Vercel
No sweat. Hope you were able to figure it out.
9 replies
DTDrizzle Team
Created by Boby on 9/11/2024 in #help
error in production, using Vercel
If you sign up with this ref link I get some credits 🙂 https://railway.app?referralCode=hxCjRd
9 replies
DTDrizzle Team
Created by Boby on 9/11/2024 in #help
error in production, using Vercel
I would try hosting this on Railway. They conveniently allow you to create Postgres instances next to your app.
9 replies
DTDrizzle Team
Created by peterstnsz on 6/1/2024 in #help
Supabase + Drizzle + Nuxt 3 + Node - SSL 'SELF_SIGNED_CERT_IN_CHAIN' and drizzle-kit studio issues
This worked for me too. Thanks for sharing this.
5 replies
DTDrizzle Team
Created by Budi on 3/31/2024 in #help
What's the best way to query my db?
Thanks -- I suspect the same.
8 replies
DTDrizzle Team
Created by Budi on 3/31/2024 in #help
What's the best way to query my db?
Bumping this, thank you.
8 replies
DTDrizzle Team
Created by Budi on 3/30/2024 in #help
Studio not enough info to infer relation
And the reason why is because the tags table isn't related to posts directly, so I have to use the tagsToPosts table which defines those relationships?
19 replies
DTDrizzle Team
Created by Budi on 3/30/2024 in #help
Studio not enough info to infer relation
That fixed it! Good eye.
19 replies
DTDrizzle Team
Created by Budi on 3/15/2024 in #help
Can't access innerJoin result in page data using Svelte
Ah I found the issue. While it was being returned from layout.server.ts I wasn't passing it to the client in layout.ts. Thanks for your help everyone.
4 replies
DTDrizzle Team
Created by Budi on 3/15/2024 in #help
Can't access innerJoin result in page data using Svelte
Thanks. I thought so too but restarting the TS or Svelte language servers isn't resolving the issue. Any idea what else it could be?
4 replies
DTDrizzle Team
Created by Boxer on 11/29/2023 in #help
Supabase/postgres get query is stuck on prod app
For your Supabase connection string
25 replies
DTDrizzle Team
Created by nils_77339 on 8/16/2023 in #help
Setting up Drizzle with Supabase in Next.js App Router
Looks like an import issue
7 replies
DTDrizzle Team
Created by Boxer on 11/29/2023 in #help
Supabase/postgres get query is stuck on prod app
@Boxer did you try the new Supavisa connection Pooler? Might resolve things
25 replies
DTDrizzle Team
Created by boggin on 12/1/2023 in #help
Drizzle + Sveltekit + Cloudflare + Supabase cannot get to work.
Did you try postgres-js instead of node-postgres for the drizzle import? Worked for me
6 replies
DTDrizzle Team
Created by stackintech on 12/19/2023 in #help
When using Supabase Auth, how do you relate to other tables using Drizzle?
I believe sb intentionally doesn't make auth details public because of the sensitive data it contains
2 replies
DTDrizzle Team
Created by mrgentlehashtag3542 on 9/17/2023 in #help
Setting connectionString from env in sveltekit
I see. That's helpful, thanks @Angelelz.
7 replies
DTDrizzle Team
Created by mrgentlehashtag3542 on 9/17/2023 in #help
Setting connectionString from env in sveltekit
That worked for me too, however I don't understand why the SvelteKit $env pariables aren't accessible in this file. Did you learn why?
7 replies
DTDrizzle Team
Created by Budi on 12/29/2023 in #help
Drizzle Studio not working with bun
I was able to get this working after installing dotenv again and calling dotenv.config() in my drizzle.config.ts file. Any way to do without dotenv?
2 replies