Open martinbonnin opened 3 years ago
Make the SQLite cache fallback to a No-Op cache if the DB cannot be opened for some reason (most likely no storage left).
Note: We are not seeing any exceptions like SQLFullException for instance 🤔 I'm wondering if SQLDelight is not already handling these by providing an in-memory database for instance?
SQLFullException
Make the SQLite cache fallback to a No-Op cache if the DB cannot be opened for some reason (most likely no storage left).