Open
Description
Hi:
My question is:
Can I create two connection with one is read-only and the other is read-wirte?I just try to do that.but there throw a error because the database is locked.
what I need to do like this is, my app will write data frequency and I don't want to block the read thread when I need update the UI.
can you guys give me an example, or solution about this?
thanks!