Anyfile
Open file
.sqliteTypical support level 5

Open SQLite Databases Online

SQLite stores a relational database in one file. Anyfile loads that file into sql.js WebAssembly, enumerates its schema and lets you inspect tables in paged, read-only views.

Choose a .sqlite file

Your file stays on this device

Anyfile reads only the local file you select. Parsing, decoding and rendering happen in this browser tab; the file is not uploaded to Anyfile servers.

What Anyfile can show

  • Tables, columns and declared types
  • Paged table rows
  • Database schema needed for navigation

Limits and conditions

  • The viewer does not run arbitrary user SQL or write changes
  • Encrypted, corrupt or unsupported SQLite extensions may not open

IMPLEMENTATION

Viewers responsible for this format

SQLite viewer
Read-only schema and table browsing through SQLite WebAssembly.
See implementation and open-source credits

Common question

Can opening a SQLite file change the database?

No. The browser session is used for read-only inspection and Anyfile does not save modifications to the selected file.