GetStream/stream-node-orm

Load selected backend only

avanderpluijm opened this issue · 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