Database
SQLite Database Status
Review the local SQLite database file used by StructureClaw. This page reports the resolved file path, writability, and current file size without exposing a table browser.
Status
Needs attention
The backend did not report a ready SQLite database state. Check the file path, permissions, and startup logs.
Resolved URL
file:.structureclaw/data/structureclaw.db
Parent Directory
.structureclaw/data
SQLite File
.structureclaw/data/structureclaw.db
This path points to the local SQLite file used by the backend runtime.
Provider
sqlite
Storage Mode
local-file
Database File
Missing
Write Access
Read-only or unavailable
Current File Size
0 B
Read-only status view
Startup Checklist
Run `./sclaw start`, `./sclaw doctor`, or `npm run db:init --prefix backend` to create the SQLite file and seed local data.
If the file is missing, confirm `DATABASE_URL` starts with `file:` and points to a writable location under `~/.structureclaw/data` or another local path.
This page is intentionally read-only. For backups, copy the SQLite file while the local stack is stopped.