atomic-data-browser
atomic-data-browser copied to clipboard
IndexedDB for Store
Currently, all data resides in memory. The browser IndexedDB API enables persistent cross session storage, which means that the app can be even faster. If we want to do things like client side search, this will also make search more powerful, as it will result in a big index.