SQLite does support "shared-cache" that allows for multiple writes concurrently.
How can I enable concurrency in flutter app to write to sqflite ?