FLOPPY: Plugin for localStorage, sessionStorage, IndexedDB storage, List Creation/Manipulation, Iteration, and More! Now with even more video docs!

Just a little update here: At the moment, it seems Floppy is still under review by Bubble. However, I’ve added a new feature so that Floppy supports not just localStorage and sessionStorage, but read/write to IndexedDB as well!


When using IndexedDB, you’ll be able to name whatever database you want to write to, as well as the datastore (which is basically like the concept of a “table” in IndexedDB).

Floppy leverages Mozilla’s own “localForage” library which makes reading and writing to IndexedDB more-or-less just like using localStorage. Tip ‘o’ the hat to @equibodyapp for inspiring me to do this.

9 Likes