Mini
Explore posts from serversDTDrizzle Team
•Created by Mini on 1/15/2025 in #help
[Solved] applying migrations...error: type "application_status" does not exist
Hi! I am getting this error when trying pgEnum
I tried without
.notNull().default("pending")
too but it doesn't work
the generated migration file is
I don't see anywhere where it defined application_status enum.3 replies
DTDrizzle Team
•Created by Mini on 7/26/2024 in #help
Using drizzle with dynamic drivers
Hi! How can i use drizzle with dynamic drivers ? I am using it in my frontend, but the db is mainly handles by backend using sqlalchemy. So for frontend, i just introspect db and pull the schema and relations from it. Worked fine for introspect since it asks for stuff and i can pull in from env, but when i want to make
db
i am confused on how to do. Because there are different packages and different formats3 replies