You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 15, 2023. It is now read-only.
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
The text was updated successfully, but these errors were encountered: