Eason Leng

Results 2 comments of Eason Leng

I think I have found the root cause: https://sqlite.org/faq.html#q5 SQLite uses reader/writer locks to control access to the database...But use caution: this locking mechanism might not work correctly if the...

Right now dbbot only support sqlite3. I want to know if there is any plan to extend dbbot to support other database such as mysql. Thanks very much!