Hello,
When I try to execute a DELETE SQL query for an SQLite DB connection I get read-only read, while I can INSET and UPDATE with any problem. Is there any setting we have to pass for DELETE Query work?
Error running query: DELETE FROM users WHERE username = "Brad" Cannot run this function when in read-only mode.