rockerest’s avatarrockerest’s Twitter Archive—№ 16,743

  1. …in reply to @jaffathecake
    jaffathecake @yesiwebto Ah sorry, the "delta" I was referring to is "how big of a change does this make in my workflow." idb's FILESIZE delta is actually a huge positive: Dexie is 22k+ and that's not great. That said, here are some of the features I really love: - Abstracted indexes (like & for uniq)
    1. …in reply to @rockerest
      jaffathecake @yesiwebto - Schema versioning and automatic version upgrade callbacks - Chainable operations that don't actually touch the table until I call .then (e.g. ORM-lite type stuff) - bulk operations (like bulkPut)