On mobile you would use SQLite in [WAL](https://www.sqlite.org/wal.html) mode to allow for much higher throughput of reads and writes. Also [drift](https://pub.dev/packages/drift) is a very popular library that can work in an isolate and FFI for better performance.
On mobile you would use SQLite in WAL mode to allow for much higher throughput of reads and writes.
Also drift is a very popular library that can work in an isolate and FFI for better performance.