#Drizzle ORM without Astro DB
3 messages · Page 1 of 1 (latest)
Hi @regal crag. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
The knowledge sources available to me don't contain enough information to directly answer this question. The documentation provided only covers Drizzle ORM as it's built into Astro DB (astro:db), and doesn't mention using Drizzle ORM independently with Cloudflare D1. [Drizzle ORM]
What I can confirm from the sources is:
- Astro DB's built-in Drizzle client is tightly coupled to the
astro:dbmodule and is automatically configured to work with Astro DB's own database setup. - The
@astrojs/cloudflareadapter supports deploying to Cloudflare Workers/Pages, but the docs don't mention integrating Drizzle ORM directly with Cloudflare D1 outside of Astro DB. [Astro Cloudflare]
For a definitive answer on using Drizzle ORM standalone with Cloudflare D1 in an Astro project, I'd recommend checking:
- The Drizzle ORM documentation for Cloudflare D1 directly
- The Astro community Discord where community members may have practical experience with this setup