|
|
|
|
|
by ikawe
1613 days ago
|
|
> Off the top of my head, most embedded databases implement a single writer model. LMDB, Voron (RavenDB’s storage engine), LevelDB, Lucene And let's not forget sqlite! > There can only be a single writer at a time to an SQLite database. (from https://www.sqlite.org/isolation.html) |
|