Full-featured SQLite database export and import with IndexedDB persistence
Create a sample database with tables, data, indexes, and triggers.
Export the database to a file. The file will be downloaded to your Downloads folder.
Import a database from a file. This will replace the current database.
Query the imported database to verify data integrity.