Bruno
DTDrizzle Team
•Created by Bruno on 3/31/2025 in #help
Error in `migrate` command: `PostgresError: no schema has been selected to create in`
How can I automate this creation?
3 replies
DTDrizzle Team
•Created by Bruno on 3/31/2025 in #help
Error in `migrate` command: `PostgresError: no schema has been selected to create in`
Adding
CREATE SCHEMA IF NOT EXISTS "public";
to the top of the migration file works.
https://github.com/drizzle-team/drizzle-orm/discussions/516#discussioncomment-100945403 replies
DTDrizzle Team
•Created by Bruno on 12/3/2024 in #help
Next.js, Drizzle and Supabase DB with transactions?
Many thanks, @francis and @SKUZZIE !
14 replies
DTDrizzle Team
•Created by Bruno on 12/3/2024 in #help
Next.js, Drizzle and Supabase DB with transactions?
What's is the transaction level?
14 replies
DTDrizzle Team
•Created by Bruno on 12/3/2024 in #help
Next.js, Drizzle and Supabase DB with transactions?
Sorry but I don't really understand what that means, could you please clarify?
14 replies
DTDrizzle Team
•Created by Bruno on 12/3/2024 in #help
Next.js, Drizzle and Supabase DB with transactions?
My question is:
In the docs, there are 3 ways to setup supabase (the last 3 code blocks):
https://orm.drizzle.team/docs/connect-supabase
Which one should I use for using Next.js and to support transactions? And does it comes with drawbacks?
14 replies