JKHeadley / rest-hapi

🚀 A RESTful API generator for Node.js
https://resthapi.com
MIT License
1.19k stars 153 forks source link

DynamoDB #153

Open chrisbrooksca opened 5 years ago

chrisbrooksca commented 5 years ago

Hey folks... I'm really curious about this library (thanks for your hard work!). I'm wondering if any of you have tried this with AWS DynamoDb instead of MongoDB? If not, based on your knowledge, would you see this being difficult?

JKHeadley commented 5 years ago

Hi @chrisbrooksca thanks for your interest! Unfortunately MongoDB is the only supported db for now. Currently the code is heavily integrated with mongo/mongoose so it will take some effort to support more db options. However it is a goal for future versions to provide a generic interface that will support multiple db options.