diff --git a/content/200-concepts/100-components/database-drivers.mdx b/content/200-concepts/100-components/database-drivers.mdx index 6d7a022377..7c5a3c6c22 100644 --- a/content/200-concepts/100-components/database-drivers.mdx +++ b/content/200-concepts/100-components/database-drivers.mdx @@ -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: @@ -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)