accounts-js / accounts

Fullstack authentication and accounts-management for Javascript.
https://www.accountsjs.com/
MIT License
1.5k stars 141 forks source link

AWS DynamoDB support #1240

Open bandaot opened 2 years ago

bandaot commented 2 years ago

Feature request

Is your feature request related to a problem? Please describe.

AWS DynamoDB is a serverless and cheap NoSQL database, hope we can also support AWS DynamoDB.

Describe the solution you'd like

Add a new database adapter with typedorm (https://github.com/typedorm/typedorm)

Additional context

I'm not sure if I can contribute to adding the new feature and I hope accounts-js can be used in the serverless world.