Kelvin
Kelvin
DTDrizzle Team
Created by Kelvin on 3/18/2025 in #help
Breaking Issue where Drizzle queries outside of the default schema are failing
I am creating this post to bring attention to the issue below. Which even though being a genuine breaking change which is preventing probably hundreds if not more projects from upgrading beyond 0.38.x, a maintainer has yet to respond. https://github.com/drizzle-team/drizzle-orm/issues/4060 Any kind of response or acknowledgement would be greatly appreciated, since any security patches or feature updates in later versions cannot be applied to projects affected by the issue above. Excuse the ping @Angelelz, but some kind of escalation to the team would be very helpful 🙏
3 replies
DTDrizzle Team
Created by Kelvin on 9/7/2024 in #help
Creating migrations while using ES Modules fails with error `Cannot find module '<filename>.js`
Recently I upgraded our CommonJS project to use the modern standard of ES Modules. However, it appears that Drizzle kit either straight up does not support the use of ES Modules, or I have forgotton to add some new configuration after the move. Either way, migrations stopped working after adding the required .js file extension when using ESM explicitly when importing Typescript source files. Any help would be much appreciated as this is a huge show stopper for us. Pretty much this exact issue. https://github.com/drizzle-team/drizzle-orm/issues/781#issuecomment-1636323759
3 replies