Issues with @effect/sql-drizzle/Pg Package and drizzle-orm/pg-core Compatibility

does anyone else have the problem that the @effect/sql-drizzle/Pg package is causing type errors? when I try to use it together with tables that I create with drizzle-orm/pg-core, I get the type errors that were reported here: https://github.com/Effect-TS/effect/issues/5108. Changing away from NodeNext (as suggested in the issue) is not an option for me, so if anyone has run into this and managed to fix it without changing their tsconfig, would appreciate to hear about your approach!
Was this page helpful?