-
…in reply to @schizanon
@yesiwebto Wouldn't be surprised if this was all SQLLite overhead (is that the backing impl of IDB still??), Especially with encrypting/decrypting the db on each open/close. Make sure you're reusing the opened DB, because of the connection get discarded you're going to have a bad IO time