database · inferred from evidence
Turso (limbo)
A database engine that takes exclusive locks on files, preventing concurrent writes from other processes.
- Turso (limbo): "database is locked (5)" when the same file is opened from another process
This is a documented limitation, not a bug: limbo takes an exclusive lock on the database file and does not support multi-process access (see the limitations section of `docs/manual.md`). Multi-process reading support was added later in PR