jfor.org

Data file

What is a .db file?

A .db file is a database — often SQLite — used by an app to store its data locally. It's for the program, not for reading by hand.

This extension has been used by more than one format

7 different formats have claimed .db over the years, so two files with the same extension aren't necessarily the same kind of thing.

How to open a .db file

  • WindowsDB Browser for SQLite (free)
  • WindowsThe app that created it
  • MacDB Browser for SQLite
  • MacTablePlus
  • Linux`sqlite3 file.db`

How to convert a .db file

  • Export tables to .csv from DB Browser if you want them in a spreadsheet.

MIME type

When a .db file travels over the web, servers label it with one of these MIME types:

application/vnd.microsoft.windows.thumbnail-cacheapplication/x-sqlite3

What's a MIME type?

The technical record

For archivists, developers and the merely curious: these are the PRONOM registry entries for .db.

Format nameVersionMIME typePUID
Paradox Database Table7x-fmt/147
Paradox Database Table3.0fmt/350
Paradox Database Table4.0fmt/351
Paradox Database Table5.0fmt/352
Thumbs DB fileXPapplication/vnd.microsoft.windows.thumbnail-cachefmt/682
SQLite Database File Format3application/x-sqlite3fmt/729
SQLite Database File Format2fmt/1135

Got another one?