Skip to content

Commit

Permalink
chore: add section on community-maintained driver adapters (#5434)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruheni authored Nov 7, 2023
1 parent bbdb265 commit da7e954
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion content/200-concepts/100-components/database-drivers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ Prisma will use the Query Engine to transform the Prisma Client query to SQL and

- [Turso](/guides/database/turso#connect-and-query-your-primary-database)

## Community maintained database driver adapters

- [TiDB](https://github.com/tidbcloud/prisma-adapter)

### How to use driver adapters

To use this feature:
Expand All @@ -48,7 +52,7 @@ To use this feature:
```

3. Refer to the following pages to learn more how to use the specific driver adapters with the specific database providers:

- [Neon](/guides/database/neon#how-to-use-the-neon-serverless-driver-with-prisma-preview)
- [PlanetScale](/guides/database/planetscale#how-to-use-the-planetscale-serverless-driver-with-prisma-preview)
- [Turso](/guides/database/turso#connect-and-query-your-primary-database)

1 comment on commit da7e954

@vercel
Copy link

@vercel vercel bot commented on da7e954 Nov 7, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

docs – ./

docs-prisma.vercel.app
prisma2-docs.vercel.app
docs-git-main-prisma.vercel.app

Please sign in to comment.