jfor.org

Data file

What is a .sqlite3 file?

A .sqlite3 file is a SQLite Database File Format (version 3). This is a data file — structured information used by a program rather than read directly.

How to open a .sqlite3 file

  • Start with the program that produced it; that's almost always the right tool.
  • Open it in a text editor to see whether it's readable text or binary.
  • For database formats, DB Browser for SQLite or LibreOffice Base can often import it.

The registry records this extension against SQLite Database File Format, so software from that family is the most likely match.

How to convert a .sqlite3 file

  • If you can view the data, exporting to .csv is usually the most portable option.

MIME type

When a .sqlite3 file travels over the web, servers label it with this MIME type:

application/x-sqlite3

What's a MIME type?

The technical record

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

Format nameVersionMIME typePUID
SQLite Database File Format3application/x-sqlite3fmt/729

Got another one?