Skip to content

Commit

Permalink
docs: fix kysely and drizzle guidebook links (#1056)
Browse files Browse the repository at this point in the history
  • Loading branch information
hpiaia authored Sep 2, 2023
1 parent 45f969f commit 22019a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documentation/content/main/basics/database.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ We currently provide the following adapters:
SDKs such as `@vercel/postgres` and `@neonserverless/database` provide drop-in replacements for existing drivers. You can also use query builders like Drizzle ORM and Kysely since they rely on underlying drivers that we provide adapters for. Refer to these guides:

- [Using `@vercel/postgres`](/guidebook/vercel-postgres)
- [Using Drizzle ORM](/guidebook/vercel-postgres)
- [Using Kysely](/guidebook/vercel-postgres)
- [Using Drizzle ORM](/guidebook/drizzle-orm)
- [Using Kysely](/guidebook/kysely)

## Database model

Expand Down

1 comment on commit 22019a8

@vercel
Copy link

@vercel vercel bot commented on 22019a8 Sep 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.