Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DynamoDB driver? #684

Open
mirague opened this issue Mar 9, 2017 · 2 comments
Open

DynamoDB driver? #684

mirague opened this issue Mar 9, 2017 · 2 comments
Labels

Comments

@mirague
Copy link

mirague commented Mar 9, 2017

Is there any support for a DynamoDB datastore? How would one go about hooking up Lux to DynamoDB? Thanks!

@zacharygolba
Copy link
Member

Hey! Thank you for your interest in Lux. 😃

Currently the model layer of Lux only supports SQL databases. However, it is not impossible to use DynamoDB with Lux, you just miss out on a lot of the "for free" stuff Lux gives you.

If you still want to use Lux as your backend, I recommend the dynamite npm package as a DynamoDB client. You can return calls to the DynamoDB client from your Lux controllers and Lux should handle the rest.

@mirague
Copy link
Author

mirague commented Mar 18, 2017

@zacharygolba Cheers for the reply!

Could you list some of the "for free" stuff Lux gives with relational (SQL) databases? Thank you!

I'll give Lux with dynamite a spin and compare it with Hapi.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants