Hi Joel, Thanks for the tip. But if I use PouchDB does it mean that I need to use JavaScript? I'm very experienced with Python, and hardly experienced with JavaScript. This application is going to have lots of parts and logic to it besides this feature, and I'd hate to have to program the whole thing in JavaScript just because of PouchDB.
Thanks, Ram. On Fri, Jun 12, 2015 at 6:45 PM, Joel Wallis <[email protected]> wrote: > 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 >
