Darren
Darren
DTDrizzle Team
Created by Slime on 9/13/2024 in #help
invalid input either "url" or "host
remove driver
11 replies
DTDrizzle Team
Created by Jannis on 9/11/2024 in #help
Cannnot push and migrate and cannot figure out the issue. Help appreciated!
is this a capitalisation issue?
3 replies
DTDrizzle Team
Created by Karl on 9/4/2024 in #help
Error when attempting to migrate on Windows
or const { DATABASE_URL } = process.env this is being run at run time, in which case you cant destructure process.env in nextjs
14 replies
DTDrizzle Team
Created by Karl on 9/4/2024 in #help
Error when attempting to migrate on Windows
guess trying to use DATABASE_URL in client side so its undefined since its not NEXT_PUBLIC
14 replies
DTDrizzle Team
Created by pato on 9/6/2024 in #help
Accumulating connections
i think each time a module is reloaded it would generate a new instance of the drizzleclient, and the old one doesnt close the connection properly, and since there is no idle timeout set it stays open indefinitely in postgres, that is my understanding of it anyway
10 replies
DTDrizzle Team
Created by pato on 9/6/2024 in #help
Accumulating connections
I think it's to do with hot reloading. Either set the idle timeout to be really short or set a global.drizzle then only set if its undefined otherwise use the one from global. Hope that makes sense ofc only do this when node_env = development
10 replies
DTDrizzle Team
Created by CyberCipher on 8/31/2024 in #help
PostgresError: relation "public.artist" does not exist
im sorry i cant help you
119 replies
DTDrizzle Team
Created by CyberCipher on 8/31/2024 in #help
PostgresError: relation "public.artist" does not exist
then i dont know
119 replies
DTDrizzle Team
Created by CyberCipher on 8/31/2024 in #help
PostgresError: relation "public.artist" does not exist
its all i can think of tbh
119 replies
DTDrizzle Team
Created by CyberCipher on 8/31/2024 in #help
PostgresError: relation "public.artist" does not exist
try add an export const newSchema = pgSchema("public")
119 replies
DTDrizzle Team
Created by CyberCipher on 8/31/2024 in #help
PostgresError: relation "public.artist" does not exist
so it has no schema
119 replies
DTDrizzle Team
Created by CyberCipher on 8/31/2024 in #help
PostgresError: relation "public.artist" does not exist
youre using an image thats not setup
119 replies
DTDrizzle Team
Created by CyberCipher on 8/31/2024 in #help
PostgresError: relation "public.artist" does not exist
dont you need to add the init scripts!!!!!
119 replies
DTDrizzle Team
Created by CyberCipher on 8/31/2024 in #help
PostgresError: relation "public.artist" does not exist
ohhh ofc
119 replies
DTDrizzle Team
Created by CyberCipher on 8/31/2024 in #help
PostgresError: relation "public.artist" does not exist
as a test goto one opf the free db sites like supabase etc and jsut paste teh query in, you see there is nothing wrong with it
119 replies
DTDrizzle Team
Created by CyberCipher on 8/31/2024 in #help
PostgresError: relation "public.artist" does not exist
15 alpine
119 replies
DTDrizzle Team
Created by CyberCipher on 8/31/2024 in #help
PostgresError: relation "public.artist" does not exist
if it doesnt havbe enum it would fail i guess
119 replies
DTDrizzle Team
Created by CyberCipher on 8/31/2024 in #help
PostgresError: relation "public.artist" does not exist
maybe the issue is with the postgres version
119 replies
DTDrizzle Team
Created by CyberCipher on 8/31/2024 in #help
PostgresError: relation "public.artist" does not exist
well its just passing the sql to the db
119 replies
DTDrizzle Team
Created by CyberCipher on 8/31/2024 in #help
PostgresError: relation "public.artist" does not exist
there is something wrong with yoursetup
119 replies