Neville Franks
Neville Franks
@sebastianmacias Thanks for the list and pros/cons. Re. Dexie.Syncable the Sync Server just uses Nedb as a quick way to get a sample running. You would replace that with MongoDB...
Logux is another library I've been evaluating and not had time to mention before _(been travelling)_ but shows promise. What I like about Logux, is it is completely independent of...
@ClickSimply I look forward to seeing your progress with automerge. After playing around with automerge for a bit today and reading the docs etc. it does keep a complete history...
FYI Notes I've made re. Orbit.js I can't see any way to specify/use database indexes. I've written a Gitter post on this. 21 Feb 18 It looks like all data...
@509dave16 I have real trouble thinking of GunDB as a "real" database. To me it is more of a distributed in-memory cache. It has no query language, no indexes and...
@ClickSimply re. your May 26 post. Am I not mistaken that you haven't included keeping a log of all db actions in your 4 points. A log is needed when...
Update: Ok I've had a closer look at my code and I'm not actually using 'drop' after all because it didn't _(possibly still doesn't)_ delete indexes. I'm using 'delete' instead...
@finnhvman Thanks. _text_ should be optional for all of these.
I've got a switch without any text inside an `` element and see a weird focus? outline when the `` has focus. I assume this is related to my original...
@finnhvman Ben I'm using switch and checkbox in menu and tree items where the text is not part of the switch/checkbox. Further there are areas where I just use an...