- Notifications
You must be signed in to change notification settings - Fork590
Closed
Labels
Description
Problem: A user with no write permissions for the database file cannot open the database for reading.
Proposed solution:
Add optional argumentaccess_mode='r+' toJSONStorage.init. This parameter is passed on to theopen statement