Arjun
Arjun
Explore posts from servers
DTDrizzle Team
Created by Arjun on 6/4/2024 in #help
Module not found error with Drizzle Nextjs Hono Supabase
bump 2
3 replies
DTDrizzle Team
Created by Arjun on 6/4/2024 in #help
Module not found error with Drizzle Nextjs Hono Supabase
bump
3 replies
DTDrizzle Team
Created by Deleted_user_f8439ab4ed59 on 5/30/2024 in #help
unable to run drizzle studio
import { defineConfig } from "drizzle-kit";
// Import removed

export default defineConfig({
schema: "./src/db/schema.ts",
dialect: "postgresql",
out: "./drizzle",
dbCredentials: {
url: process.env.DATABASE_URL,
// Changes here
},
verbose: true,
strict: true,
});
import { defineConfig } from "drizzle-kit";
// Import removed

export default defineConfig({
schema: "./src/db/schema.ts",
dialect: "postgresql",
out: "./drizzle",
dbCredentials: {
url: process.env.DATABASE_URL,
// Changes here
},
verbose: true,
strict: true,
});
12 replies
DTDrizzle Team
Created by Deleted_user_f8439ab4ed59 on 5/30/2024 in #help
unable to run drizzle studio
12 replies
DTDrizzle Team
Created by Deleted_user_f8439ab4ed59 on 5/30/2024 in #help
unable to run drizzle studio
Your drizzle config is incorrect
12 replies
DTDrizzle Team
Created by aaliyah ^-^ on 6/3/2024 in #help
i'm trying to migrate my databse
??
9 replies
DTDrizzle Team
Created by Deleted_user_f8439ab4ed59 on 5/30/2024 in #help
unable to run drizzle studio
whats the issue? If its similar to this then I have posted the fix https://discord.com/channels/1043890932593987624/1247244064567590914 and I also opened a GH issue to get this issue patched
12 replies
DTDrizzle Team
Created by jsingleton37 on 6/2/2024 in #help
Drizzle Studio Not Showing Tables that are in Supabase
have you tried installing pg dependency ?
3 replies
DTDrizzle Team
Created by Arjun on 6/3/2024 in #help
no tables popping up in drizzle studio with supabase
nvm, solved. https://discord.com/channels/1043890932593987624/1244930484912521287/1244932134901121037 There should be an error in the console when someone doesnt have the pg dep.
2 replies