Skip to content

Commit 69d76ae

Browse files
Deprecate @astrojs/db (withastro#13986)
1 parent 62c4daf commit 69d76ae

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

src/content/docs/en/guides/astro-db.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ import ReadMore from '~/components/ReadMore.astro';
1010
import Since from '~/components/Since.astro';
1111
import { Steps } from '@astrojs/starlight/components';
1212

13+
:::caution[Deprecated]
14+
The `@astrojs/db` integration has been deprecated in Astro v6.5 and is no longer maintained.
15+
16+
If you were using this integration in your project, we recommend that you use a database client (e.g., Drizzle, Kysely) directly in your Astro project.
17+
:::
18+
1319
Astro DB is a fully-managed SQL database designed for the Astro ecosystem. Develop locally in Astro and deploy to any libSQL-compatible database.
1420

1521
Astro DB is a complete solution to configuring, developing, and querying your data. A local database is created in `.astro/content.db` whenever you run `astro dev` to manage your data without the need for Docker or a network connection.

src/content/docs/en/guides/integrations-guide/db.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ import PackageManagerTabs from '~/components/tabs/PackageManagerTabs.astro';
1313
import ReadMore from '~/components/ReadMore.astro';
1414
import Since from '~/components/Since.astro';
1515

16+
:::caution[Deprecated]
17+
The Astro DB integration has been deprecated in Astro v6.5 and is no longer maintained.
18+
19+
If you were using this integration in your project, we recommend that you use a database client (e.g., Drizzle, Kysely) directly in your Astro project.
20+
:::
21+
1622
Astro DB is a fully-managed SQL database designed for the Astro ecosystem: develop locally in Astro and deploy to any [libSQL-compatible database](/en/guides/astro-db/).
1723

1824
With Astro DB you have a powerful, local, type-safe tool to query and model content as a relational database.

0 commit comments

Comments
 (0)