deleteDatabase
Deletes the Android database using the platform-specific deleteDatabase helper.
Deletes the database with the given dbName and its associated files (e.g., -wal, -shm).
Deletes the database and its Room-associated files on JVM.