sqlite> DELETE FROM mails WHERE (`id` = 71); SQL error: database is locked
How do I unlock the database so this will work?
I added "Pooling=true" to connection string and it worked.
Pooling=true