ShellYard
Last reviewed against v0.9.0 source: internal/dbconnect/sqlite.go

SQLite

Pick any .sqlite or .db file. File-based. Concurrent writers funneled through one handle so SQLITE_BUSY does not surface.

Pick any .sqlite / .db file from disk.

Concurrency

File-based, single connection. Concurrent writers are funneled through one handle so SQLITE_BUSY doesn’t surface to users.

Schema browser

Tables, views, and indexes.