You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,14 @@
2
2
3
3
## Packages
4
4
5
-
-`@vercel/edge-config` Ultra-low latency data at the edge — [Documentation](https://vercel.com/docs/storage/edge-config) | [Source](./packages/edge-config)
5
+
-`@vercel/edge-config` Ultra-low latency data reads — [Documentation](https://vercel.com/docs/storage/edge-config) | [Source](./packages/edge-config)
6
6
-`@vercel/blob` Fast object storage — [Documentation](https://vercel.com/docs/storage/vercel-blob) | [Source](./packages/blob)
7
7
8
8
## Deprecated Packages
9
9
10
-
> **Note:** Vercel Postgres and Vercel KV products are now sunset. You can install other postgres and KV storage solutions from the [Vercel Marketplace](https://vercel.com/marketplace) as native integrations to your Vercel project.
10
+
The packages `@vercel/postgres` and `@vercel/kv` have been deprecated and the associated products Vercel Postgres and Vercel KV no longer exist.
11
+
12
+
> **Note:** You can install other postgres and KV storage solutions from the [Vercel Marketplace](https://vercel.com/marketplace) as [native integrations](https://vercel.com/docs/integrations#native-integrations) to your Vercel project.
11
13
>
12
14
> The source code for these deprecated packages is preserved in the [`vercel-kv-vercel-postgres-archive`](https://github.com/vercel/storage/tree/vercel-kv-vercel-postgres-archive) branch.
0 commit comments