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.
npm ci
npm start <search-term>
Example: npm start my-db-name
Find an IndexedDB sqlite file on disk that matches a search string.
TypeScriptCC0-1.0