nostrdb is built on lmdb which allows concurrent access. You could have multiple processes reading from and writing to the same database. Probably not on phones, but desktop apps could do this.
Discussion
Probably not on phones because apps are pretty insulated from each other. But it would be awesome though