Drizzle integration not working anymore
Hey guys, the update
0.29.5
of drizzle-orm broke the SDK as the class PreparedQuery
was renamed to PgPreparedQuery
and the xata implementation still uses the old name.2 Replies
Thank you for the report! We're having a look at it
We're working on fixing this alongside some more updates which are part of the next release of the drizzle driver. You can use this alpha build in the meantime, if it's pressing:
npm install @xata.io/[email protected]
thank you!