SQLite Forum

SQLite isolation clarification needed
Login
Transaction state is an attribute of a connection.  

A single connection can either be (a) not in a transaction or (b) in a transaction.

If something is leading you to believe that more that N transactions are active at the same time (concurrently) then this means that there are (at least) N connections active at the same time (concurrently).