stream-node-orm icon indicating copy to clipboard operation
stream-node-orm copied to clipboard

Load selected backend only

Open avanderpluijm opened this issue 8 years ago • 0 comments

It seems that this module now loads alle backends. e.g. It always loads Mongoose even if you are not using this in your own application.

Shouldn't only the backend that is being used in the application be used https://github.com/GetStream/stream-node-orm/blob/master/src/index.js#L22

avanderpluijm avatar Oct 30 '17 19:10 avanderpluijm