JKHeadley/rest-hapi

DynamoDB

chrisbrooksca opened this issue · 1 comments

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?

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.