Hacker News new | ask | show | jobs
by jdp 4313 days ago
Related is tiny[0], an in-process document store that supports Mongo-style queries, as well as a style similar to CouchDB views. You can dump its contents to a JSON file.

Also interesting is PouchDB[1], another document storage library. It can be used with Node or in the browser through various backends (like IndexedDB), and can even replicate to CouchDB.

[0]: https://github.com/chjj/tiny [1]: http://pouchdb.com/