Click here to analyse any file

HomeFormats.DBID

What is a .DB file?

A .db file usually holds a SQLite database, the engine built into nearly every device.

Did you know
  • SQLite’s developers have publicly pledged to keep the file format supported and cross-compatible through to the year 2050.
  • SQLite, the engine behind most .db files, was placed in the public domain by its creator D. Richard Hipp.
  • Hipp designed SQLite in 2000 while on a US Navy contract, aiming for a database that needs no separate server.
What Analyser reads
Open SQLite databases (.sqlite/.db/.sqlite3) and read their full schema in-browser - every table with its columns and row counts, views, indexes, triggers, the CREATE-statement DDL, and a sample of the largest table. Reads the WAL-mode sidecars too: the Write-Ahead Log (-wal) - page size, salts, frame and committed-transaction counts, and the pages it changed - and the shared-memory index (-shm) - valid frame count, database size and checkpoint progress. Also parses .sql dumps (dialect, tables, columns, INSERT counts) and identifies Microsoft Access (MDB, ACCDB).
Depth of analysis
.DB is an identification-grade format: Analyser recognises it from its bytes and decodes the header metadata it carries, rather than opening it in a full viewer. Formats that do get a full viewer are marked "Full" on the formats page.
Open a .DB file
Drag a .DB file onto the Analyser home page (or tap to pick one). It is identified entirely in your browser - nothing is uploaded, there is no account, and it works offline once installed.