From aee376d3d2847eb0ad5183a20dfc6dcffca1e192 Mon Sep 17 00:00:00 2001 From: Kawba Date: Wed, 3 Jul 2024 08:01:57 +0100 Subject: [PATCH] Add DynamoDB adapter to list of community supported adapters (#1604) --- docs/pages/database/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/pages/database/index.md b/docs/pages/database/index.md index 5e0db5e47..8da379845 100644 --- a/docs/pages/database/index.md +++ b/docs/pages/database/index.md @@ -32,4 +32,5 @@ Refer to these guides on setting up your database, ORMs, and query builders: 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 +- [Astro DB adapter by Pilcrow](https://github.com/pilcrowOnPaper/lucia-adapter-astrodb) +- [DynamoDB adapter by GNK Softworks](https://github.com/gnk-softworks/lucia-dynamodb-adapter)