assuncaocharles / react-indexed-db

A service that wraps IndexedDB database in an Declarative way. It exposes very simple promises API to enable the usage of IndexedDB without most of it plumbing.
MIT License
111 stars 38 forks source link

can i delete databases with codes? #71

Open MioJeong opened 9 months ago

MioJeong commented 9 months ago

Hello, thanks for a nice packages.

i found clear function to delete objectStore but there is no delete database function, i guess.

is there a function that can delete database? or any plan for it?

i think i can delete database by clear cache or manually delete for now i guess.

Thanks.