/find-indexed-db-on-disk

Find an IndexedDB sqlite file on disk that matches a search string.

Primary LanguageTypeScriptCreative Commons Zero v1.0 UniversalCC0-1.0

find-indexed-db-on-disk

Find an IndexedDB sqlite file on disk that matches a search string. Currently this only supports Safari, but adding in other browser support would be easy.

Usage

npm ci
npm start <search-term>

Example: npm start my-db-name