PS: PouchDB is a client-side JavaScript library that also runs with Node.js. It creates a database on client-side (using IndexedDB, WebSQL, or other storage strategies like localStorage or SQLite by adding plugins to it) with the ability to sync data with CoudhDB - or a CouchDB-compatible version of PouchDB called pouchdb-server (a separated project).
http://pouchdb.com/ :-) 2015-06-12 12:42 GMT-03:00 Joel Wallis <[email protected]>: > You need PouchDB. Write your app with NW.js and this feature will be > trivial to implement. > > 2015-06-12 8:02 GMT-03:00 Roald de Vries <[email protected]>: > >> >> > On 12 Jun 2015, at 12:55, Ram Rachum <[email protected]> wrote: >> >> > So if I'll want undo functionality, I'll have to create my own log >> separate >> > from CouchDB's native log? >> >> For example. I’m not sure if there are other standard solutions to this >> (pretty common) problem. > > > > > -- > Joel Wallis Jucá > joelwallis.com > -- Joel Wallis Jucá joelwallis.com
