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