Since the database is accessed from 1 thread only thanks to `key` parameter of `driver_async`. In fact we could previously potentially access the same DB twice from different emulator threads precisely when SQLite3 is compiled in single-thread mode.
Since the database is accessed from 1 thread only thanks to `key` parameter of `driver_async`. In fact we could previously potentially access the same DB twice from different emulator threads precisely when SQLite3 is compiled in single-thread mode.