Hacker News new | ask | show | jobs
by bricej13 443 days ago
Nice job shipping! I've used the built-in Chrome tools for IndexedDB, what does this give on top of what's already there?
1 comments

Thanks! From my point of view the most important points are - Import/export of databases, object stores and data. - A configurable table view of the object stores with definable and combinable filters for all data fields. - Creating databases and editing database schemas; creating and deleting object stores and indexes. - Modifying data or a selection of data with javascript.