diff --git a/apps/docs/content/docs/orm/core-concepts/supported-databases/database-drivers.mdx b/apps/docs/content/docs/orm/core-concepts/supported-databases/database-drivers.mdx index 44d7fdde63..134f41de79 100644 --- a/apps/docs/content/docs/orm/core-concepts/supported-databases/database-drivers.mdx +++ b/apps/docs/content/docs/orm/core-concepts/supported-databases/database-drivers.mdx @@ -54,6 +54,7 @@ You can also build your own driver adapter for the database you're using. The fo - [TiDB Cloud Serverless Driver](https://github.com/tidbcloud/prisma-adapter) - [PGlite - Postgres in WASM](https://github.com/lucasthevenet/pglite-utils/tree/main/packages/prisma-adapter) +- [prisma-sqlite-bun-adapter - SQLite on Bun](https://github.com/quinnjr/prisma-sqlite-bun-adapter) ## How to use driver adapters