matthewp / gazel

Key/value store for the browser

Home Page:https://matthewphillips.info/code/gazel/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Delete all method

scottcorgan opened this issue · comments

Working on replaced localStorage in my app with gazel/indexdb. Localstorage has a clear() method. Anyway we can get that into Gazel?

Sorry for not seeing this. Do you want to delete all keys in the database?

Sure.

We can provide that, will probably be called flush to go along with the redis theme.