Is mongoose capable of having pluggable backends other than MongoDB, like plain, old JSON files on the filesystem as a datastore? -
we have tool used on server (in cloud, behind firewall, etc). uses mongoose mongodb.
we need use our tool standalone app on laptop , want reuse code uses mongoose. considering possibility of not requiring our customers install mongodb on each laptop. tool on laptop run service, headless, , process touching data that's stored via mongoose.
does mongoose offer support pluggable backends? there embeddable mongoose backend can use? storage via plain, old json text files fine, unless there's better out there.
thanks, matthew
Comments
Post a Comment