connector
SQLite logo

SQLite

Upload a SQLite database file — opened read-only.

Connection fields

FieldRequiredDescription
upload_idYesUpload a .sqlite/.db/.sqlite3 file in the browser; arcodash validates and stores it in object storage.

Example configuration

{
  "upload_id": "<set automatically when you upload a file>"
}

Caveats

  • Always opened read-only — write queries against this connector fail by design, not just by convention.