From the sqlite documentation https://www.sqlite.org/threadsafe.html: "In serialized mode, SQLite can be safely used by multiple threads with no restriction."
This is a backport of core#19077 [21/26]
https://github.com/bitcoin/bitcoin/pull/19077/commits/f023b7cac0eb16d3c1bf40f1f7898b290de4cc73
Depends on D10570