Can HTML5 and JavaScript be used to import a .db file from a local machine for CRUD operations using SQL and then export the edited file back to the local machine?
Is it possible to use indexedDB in JavaScript to load data from a file and save it back once modified?