SQLite File Format Viewer

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Sevalla - Deploy and host your apps and databases, now with $50 credit!
Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
sevalla.com
featured
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
  1. sqlite-internal

    Playaround with SQLite internal

    In this case, itt's easier to just run it locally: https://github.com/invisal/sqlite-internal

    But you can get sort of what you want by:

    1. Loading a site.

    2. Go into the Web Dev Tools.

    3. Select the Network tab.

    4. Click on the "No Throttling" dropdown and check "Offline".

    5. You should now see a yellow warning icon in your Network tab and it should prevent all network access, even if you reload the tab.

  2. Sevalla

    Deploy and host your apps and databases, now with $50 credit! Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!

    Sevalla logo
  3. sqlitebrowser

    Official home of the DB Browser for SQLite (DB4S) project. Previously known as "SQLite Database Browser" and "Database Browser for SQLite". Website at:

  4. sqlite-viewer

    View SQLite file online

  5. SilverOrb

    Yes I’m also working on a SQLite parser, mine is in raw WebAssembly. Is yours open source too? This tool will be so useful. I have basic page reading and parsing of the CREATE TABLE schema: https://github.com/RoyalIcing/SilverOrb/blob/9dacad0ce521b0d...

    My plan is to create a miniature .wasm module to read .sqlite files that works in the browser. It will be in the tens of kilobytes rather than the 1 megabyte that the official fantastic sqlite.wasm is. The reduced download means even on 3G you ought to be able to load within a few seconds. You can use SQLite files as your network payloads then, and perhaps even as the working mutable state synced between server and clients.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Show HN: Base, an SQLite database editor for macOS

    3 projects | news.ycombinator.com | 25 Aug 2025
  • The Art of NestJS Authentication: A Step-by-Step Guide for Beginners

    2 projects | dev.to | 18 May 2025
  • One in five genetics papers contains errors thanks to Microsoft Excel (2016)

    1 project | news.ycombinator.com | 17 Sep 2024
  • DB Browser for SQLite (DB4S)

    1 project | news.ycombinator.com | 23 Mar 2024
  • VS Code Extensions for Data Engineering - Part 1

    1 project | dev.to | 17 Jan 2024