connector
SQLite
Embedded, file-based SQL database.
Connection fields
| Field | Required | Description |
|---|---|---|
db | Yes | Path to the SQLite database file, resolved on the server arcodash runs on (backend/worker host) — not your local machine. |
Example configuration
{
"db": "/data/analytics.sqlite"
}Caveats
- The file path is opened directly on whichever host runs the connector — it has to already exist there and be readable/writable by that process, not be uploaded through the browser.