SQLite Forum

Hot backup database in WAL mode by coping
Login
No.

All "statements" are executed as presented, one after each, on the connection on which the statements were presented.  If you have another connection, it may submit a "statement" for execution at any time including between statements executed on another connection.  This is called **`concurrent access`**.