Skip to content

Commit

Permalink
chore: add section on community-maintained driver adapters
Browse files Browse the repository at this point in the history
  • Loading branch information
ruheni committed Nov 7, 2023
1 parent 6f0a6cf commit 132824e
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)

0 comments on commit 132824e

Please sign in to comment.