SQLITE_READONLY: attempt to write a read-only database

It happens when the application which writes to the database does not have write permission.

Last updated