Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
Since there is room for multiple backends, wouldn't it be nice to make this a configuration option?
So in getstream.js you would have:
exports.config = { backend: 'waterline', ... etc ... }and then load the backend conditionally in https://github.com/GetStream/stream-node-orm/blob/master/src/index.js