SQLite-Web: Web-based SQLite database browser written in Python

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

Civic Auth - Simple auth for Python backends
Drop Civic Auth into your Python backend with just a few lines of code. Email login, SSO, and route protection built-in. Minimal config. Works with FastAPI, Flask, or Django.
www.civic.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. datasette

    An open source multi-tool for exploring and publishing data

    Datasette [0] is worth mentioning in this context since I didn't know about it until the second half of last year.

    [0] https://datasette.io/

  2. Civic Auth

    Simple auth for Python backends. Drop Civic Auth into your Python backend with just a few lines of code. Email login, SSO, and route protection built-in. Minimal config. Works with FastAPI, Flask, or Django.

    Civic Auth logo
  3. sqlite-web

    Web-based SQLite database browser written in Python

  4. sqlitebrowser

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

  5. orca

    A Wasm environment for cross-platform, sandboxed graphical applications. (by orca-app)

    Since it's webassembly, I wonder if it can be made to work completely on the client with something like Orca (https://orca-app.dev/) so you don't even need to trust the website.

  6. Adminer

    Database management in a single PHP file

  7. InfluxDB

    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.

    InfluxDB logo
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

  • SQLite interface(s) for creating complex queries with a table that has 68 million rows?

    4 projects | /r/sqlite | 2 Apr 2023
  • The definitive guide to using Django with SQLite in production 💡

    13 projects | dev.to | 18 Jan 2025
  • SQLitebrowser: First update in three years (July 2024)

    2 projects | news.ycombinator.com | 1 Oct 2024
  • Free and Open-Source Alternatives to TablePlus and DataGrip for Database Management

    3 projects | dev.to | 9 Jul 2024
  • Dbmate: A lightweight, framework-agnostic database migration tool

    2 projects | news.ycombinator.com | 16 Jun 2024

Did you know that Python is
the 2nd most popular programming language
based on number of references?