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
Opening a Turso (limbo) database in one process locks it for writes, so opening the same file in another process — e.g. with `sqlite3` — fails with `Parse error: database is locked (5)` on any write. Unlike SQLite's WAL mode, where a second