@astrojs/db@0.21.3
📦 astroView on GitHub →
⚡ 1 deprecations🔧 1 symbols
Summary
This patch release deprecates the @astrojs/db integration, advising users to adopt direct database client usage.
Migration Steps
- Users of the @astrojs/db integration should migrate to using their database client (Drizzle, Kysely, etc.) directly within their Astro projects.
Affected Symbols
⚡ Deprecations
- The @astrojs/db integration is deprecated due to maintenance bandwidth limitations. Users should switch to using their database client directly (e.g., Drizzle, Kysely).