Skip to content

Commit

Permalink
Add deprecation notice to READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
adriancooney committed Feb 21, 2025
1 parent 02ca5df commit 9fda40a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/kv/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# @vercel/kv

> [!CAUTION]
> **`@vercel/kv` is deprecated**. Please use [the `@upstash/redis` package from Upstash instead](https://github.com/upstash/redis-js).
A client that works with Vercel KV.

## Install
Expand Down
3 changes: 3 additions & 0 deletions packages/postgres/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# @vercel/postgres

> [!CAUTION]
> **`@vercel/postgres` is deprecated**. Please use [the `@neondatabase/serverless` package from Upstash instead](https://github.com/neondatabase/serverless).
A client that works with Vercel Postgres.

## Quick Start
Expand Down

0 comments on commit 9fda40a

Please sign in to comment.