mongoose-blob-store
store blobs using mongoose gridfs
compatible with the abstract-blob-store API and passes its test suite
eg. Usage
Please note that the configuration has a breaking change since v0.*
const store = ;// connect mongoose to mongo db then use the connectionconst mongooseConnection = connection;const blobStorage = ; //writeblobStorage; //readconst stream = blobStorage; //removeblobStorage; //check if file existsblobStorage;
pull requests are welcome