Shashank
Explore posts from serversDTDrizzle Team
•Created by LordSilver on 9/28/2024 in #help
Importing existing db
Like you can do what you want to do.
6 replies
DTDrizzle Team
•Created by LordSilver on 9/28/2024 in #help
Importing existing db
tthe schema and relations is created you can now use db from index.ts
6 replies
TTCTheo's Typesafe Cult
•Created by Steven-sensei on 9/27/2024 in #questions
Free VPS for students
more than enough for an individual project
19 replies
TTCTheo's Typesafe Cult
•Created by Steven-sensei on 9/27/2024 in #questions
Free VPS for students
actually it is t2 and t3 micro
19 replies
TTCTheo's Typesafe Cult
•Created by Steven-sensei on 9/27/2024 in #questions
Free VPS for students
I thinks it;s micro
19 replies
TTCTheo's Typesafe Cult
•Created by Steven-sensei on 9/27/2024 in #questions
Free VPS for students
iykyk
19 replies
TTCTheo's Typesafe Cult
•Created by Steven-sensei on 9/27/2024 in #questions
Free VPS for students
then you may have people in your families who will never use AWS
19 replies
TTCTheo's Typesafe Cult
•Created by Steven-sensei on 9/27/2024 in #questions
Free VPS for students
Aws have 1 year of free tier
19 replies
DTDrizzle Team
•Created by ディープブルー (deepblue) on 9/20/2024 in #help
Neon can use client component, but not local postgres? - next14,postgres,drizzle -
If you revalidate a page it will update for all the users who visit that page. Either make page url unique for users or use tags
7 replies
DTDrizzle Team
•Created by ディープブルー (deepblue) on 9/20/2024 in #help
Neon can use client component, but not local postgres? - next14,postgres,drizzle -
server actions are the right way considering you will need email from client side in a form
7 replies
DTDrizzle Team
•Created by ディープブルー (deepblue) on 9/20/2024 in #help
Neon can use client component, but not local postgres? - next14,postgres,drizzle -
well you can place fetchNotifications in a server action or server-only file to do it in server component
7 replies
DTDrizzle Team
•Created by Serverless on 6/1/2023 in #help
Is there a way to limit update to just 1 document?
as long as your tableId is unique it will only happen at that one document
5 replies
DTDrizzle Team
•Created by Shashank on 9/17/2024 in #help
Is this a bug or I am just an idiot
yeah that will be gr8 for now I'm planning to use relational queries. It fits better with my use case.
9 replies
DTDrizzle Team
•Created by Shashank on 9/17/2024 in #help
Is this a bug or I am just an idiot
I guess this is the workaround for now
9 replies
DTDrizzle Team
•Created by Shashank on 9/17/2024 in #help
Is this a bug or I am just an idiot
Yupp it does but the problem is it also takes away the power of typescript for chapterNumber and volumeNumber
9 replies
PPrisma
•Created by Shashank on 9/7/2024 in #help-and-questions
Supabase postgres not working sometime
yeahh it make sense
10 replies
PPrisma
•Created by Shashank on 9/7/2024 in #help-and-questions
Supabase postgres not working sometime
Yupp connection timeout
10 replies
DTDrizzle Team
•Created by boggin on 12/1/2023 in #help
Drizzle + Sveltekit + Cloudflare + Supabase cannot get to work.
Same problem solved this by using @vercel/postgres
https://supabase.com/docs/guides/database/connecting-to-postgres/serverless-drivers
6 replies