Hi! It doesn't add much to what SQLite allows. It's allowed if database is set as read only and you don't opt-out of default WAL mode; if not, the transactions are serialized. Even so, you rarely notice it, because SQLite is quite fast.
Concurrency at the HTTP layer is permitted, though. Basically what is done is to set 1 max connection on the connection pool.
Concurrency at the HTTP layer is permitted, though. Basically what is done is to set 1 max connection on the connection pool.