Mongoose plugin to save document data versions. Documents are saved to a "versioned" document collection before saving original documents and kept for later use.
BSD 2-Clause "Simplified" License
144
stars
35
forks
source link
Allow different schemas to use the same collection #37
Coverage remained the same at 90.625% when pulling c43a455b117cea56139d5dd446ae8d373a49bbc1 on only-much-louder:use-dbcollection into bee1a6ab2a0b770460f7825fee1d9d8a194438ad on saintedlama:master.
Mongoose allows overriding the default collection name, which is very useful in advanced use cases.