betterauth-dynamodb-adapter 0.1.2 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,8 +1,13 @@
|
|
|
1
1
|
# betterauth-dynamodb-adapter
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/betterauth-dynamodb-adapter)
|
|
4
|
+
[](https://www.npmjs.com/package/betterauth-dynamodb-adapter)
|
|
4
5
|
[](LICENSE)
|
|
5
|
-
](https://www.typescriptlang.org/)
|
|
7
|
+
[](https://nodejs.org/)
|
|
8
|
+
[](eslint.config.ts)
|
|
9
|
+
[](src/__tests__/adapter.test.ts)
|
|
10
|
+
[](#)
|
|
6
11
|
|
|
7
12
|
A DynamoDB adapter for [Better Auth](https://www.better-auth.com/). Uses a single-table design with composite keys and a GSI for model-based queries.
|
|
8
13
|
|
package/package.json
CHANGED