product · inferred from evidence
Turso
A product associated with the limbo database engine, referenced in the context of GitHub issues.
- 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
- Deno Deploy: Deno.env.get() returns undefined at module top level (env vars not read)
Environment variables registered on the Deno Deploy dashboard were read with Deno.env.get() at the top level of a module to build a database client (Turso/libsql). Locally with a .env file it worked, but the deployment failed with: error: U