From 10fab229851667fd97b0d938b878b9b8ceae66e8 Mon Sep 17 00:00:00 2001 From: pilcrow Date: Wed, 19 Jun 2024 11:19:05 +0900 Subject: [PATCH] Add community adapter section (#1603) --- docs/pages/database/index.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/pages/database/index.md b/docs/pages/database/index.md index 642fb2ec2..5e0db5e47 100644 --- a/docs/pages/database/index.md +++ b/docs/pages/database/index.md @@ -27,3 +27,9 @@ Refer to these guides on setting up your database, ORMs, and query builders: - [PostgreSQL](/database/postgresql): Neon HTTP serverless driver, node-postgres (`pg`), Postgres.js (`postgres`) - [Prisma](/database/prisma) - [SQLite](/database/sqlite): `better-sqlite3`, Bun SQLite (`bun:sqlite`), Cloudflare D1, LibSQL (Turso) + +## Community-maintained database adapters + +These adapters are not routinely checked by the maintainers of Lucia. Make sure to check the source code and use them at your own risk! + +- [Astro DB adapter by Pilcrow](https://github.com/pilcrowOnPaper/lucia-adapter-astrodb) \ No newline at end of file