Drizzle with Xata
In view of the following warning:
"The integration of Drizzle with Xata is in active development and is considered experimental."
Does
@xata.io/drizzle
have any limitations other than Drizzle Migrations and Transactions?
https://xata.io/docs/integrations/drizzleDrizzle with Xata
Use the Drizzle integration as a TypeScript ORM
2 Replies
Hey! Until the integration reaches GA, it is possible there can be breaking changes without prior notice.
There are a couple open reported bugs:
https://github.com/xataio/client-ts/issues?q=is%3Aissue+is%3Aopen+drizzle
If you step on any rough edges, feel free to open issues in client-ts.
You can find the source code of the plugin here: https://github.com/xataio/client-ts/tree/main/packages/plugin-client-drizzle
Just noting - the upcoming Postgres wire protocol access should enable using Xata with more ORMs.
Well, I think that answered my question. I was wondering if I would use Xata with or without Drizzle.
I'm going to implement NextJS alongside ElysiaJS + Xata.io as ORM/database.