FileHint

application/vnd.sqlite3

The MIME type for SQLite database files. The go-to local store for mobile apps.

Typical extensions

Primary uses

  • Mobile app local storage
  • Historical browser Web SQL
  • Public SQLite datasets (e.g. Datasette)

In a browser

Downloaded; Datasette-style UIs let you browse remotely.

On a server

Distribute alongside WAL / SHM files when needed. For concurrent writes, go through an API instead.

In email

Risk of leaking PII via accidental attachment. Review contents before sending.

References