Skip to content

Commit

Permalink
Add community adapter section (#1603)
Browse files Browse the repository at this point in the history
  • Loading branch information
pilcrowOnPaper committed Jun 19, 2024
1 parent 7da984e commit 10fab22
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/pages/database/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 10fab22

Please sign in to comment.