Skip to content

Commit c2468c7

Browse files
committed
Add notice to READMEs
1 parent 41b4629 commit c2468c7

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

packages/kv/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# @vercel/kv
22

3+
<!-- prettier-ignore -->
4+
> [!CAUTION]
5+
> **`@vercel/kv` has moved to [the `@upstash/redis` package from Upstash](https://github.com/upstash/redis-js).
6+
37
A client that works with Vercel KV.
48

59
## Install

packages/postgres-kysely/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# @vercel/postgres-kysely
22

3+
<!-- prettier-ignore -->
4+
> [!CAUTION]
5+
> **`@vercel/postgres-kysely` has moved to the [`@neondatabase/serverless` package from Neon instead](https://github.com/neondatabase/serverless).** For a complete example of its implementation, check out the [neondatabase-labs/neon-vercel-kysely](https://github.com/neondatabase-labs/neon-vercel-kysely) repository.
6+
37
A `@vercel/postgres` wrapper for the [Kysely](https://github.com/kysely-org/kysely) query builder.
48

59
## Quick Start

packages/postgres/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# @vercel/postgres
22

3+
<!-- prettier-ignore -->
4+
> [!CAUTION]
5+
> **`@vercel/postgres` has moved to the [`@neondatabase/serverless` package from Neon instead](https://github.com/neondatabase/serverless).** See the [Vercel Postgres to Neon transition guide](https://neon.tech/docs/guides/vercel-postgres-transition-guide).
6+
37
A client that works with Vercel Postgres.
48

59
## Quick Start

0 commit comments

Comments
 (0)