time-travel-sqlite-debugger

⏱️ A zero-dependency, ultra-lightweight database time machine for SQLite. Monitors changes in real-time and lets you scrub back to any previous state in seconds during local development! (by nsrht)

Time-travel-sqlite-debugger Alternatives

Similar projects and alternatives to time-travel-sqlite-debugger based on common topics and language

nsrht
time-travel-sqlite-debugger
  1. sqltoerdiagram

    ER diagram generator. Paste CREATE TABLE statements and get a clean, interactive ERD — runs 100% in your browser, nothing uploaded

  2. AppSignal

    Monitoring that respects your time & budget. APM, error tracking, and dashboards for modern web apps. Ten-minute setup, transparent flat pricing, and support from engineers who actually use the product.

    AppSignal logo
  3. Stockyard

    Self-hosted LLM proxy, tracing, cost tracking, and routing in one Go binary. Apache 2.0 proxy core. BSL 1.1 full platform.

  4. mcptoon

    Mcptoon is the native decoupling layer for Model Context Protocol (MCP) tools. It fixes tool listings eating tokens and every AI agent re-configuring tools: zero config out of the box, auto-scans and unifies the MCP tools of every agent on your machine, shares tool instances globally, and slashes context-window token overhead.

  5. human-context

    .md for AI, .html for humans — a single-file markdown folder viewer for context engineering workflows.

  6. portfolio-template

    Minimal portfolio template. Vanilla HTML/CSS/JS, GitHub Pages. No frameworks, no dependencies. (by diyoriko)

  7. PageCast

    A single HTML file for when you need to host some code without the drama. Paste your stuff, see it live, and get a permanent link from a Gist. No setup, no servers. Just a useful thing to have around. (by Romelium)

  8. cjk-failure-corpus

    Discontinued A searchable corpus of real CJK, IME, and Unicode/text-handling bugs in open-source libraries: repro, affected libs, and the fix. [GET https://api.github.com/repos/mahirhir/cjk-failure-corpus: 404 - Not Found // See: https://docs.github.com/rest/repos/repos#get-a-repository]

  9. Kargo

    Stop Scripting Promotions. Start Shipping with Kargo. Kargo automates promotion across dev, staging, and prod with approval gates and verification. Open source, built by the team behind Argo CD. Download now.

    Kargo logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better time-travel-sqlite-debugger alternative or higher similarity.

time-travel-sqlite-debugger discussion

Log in or Post with

time-travel-sqlite-debugger reviews and mentions

Posts with mentions or reviews of time-travel-sqlite-debugger. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2026-08-09.
  • A zero-dependency, ultra-lightweight database time machine for SQLite
    2 projects | news.ycombinator.com | 9 Aug 2026
    https://github.com/nsrht/time-travel-sqlite-debugger/blob/ma... works by checking the mtime on the database file (and -wal file) once per second and creating a backups/unixtime_database.sqlite file if anything has changed, then keeps the last 50 copies.

    So OK for smaller database files but not great if you're pushing into a GB+ of data.

    I'm not convinced by the way it copies the files - I think using a "vacuum into" backup would be safer then file copies.

    Litestream offers point-in-time recovery for SQLite by backing up chunks of WAL directly, which I expect is a lot more efficient than this mechanism.

Stats

Basic time-travel-sqlite-debugger repo stats
2
43
4.3
about 1 month ago

The primary programming language of time-travel-sqlite-debugger is HTML.


Sponsored
Monitoring that respects your time & budget
APM, error tracking, and dashboards for modern web apps. Ten-minute setup, transparent flat pricing, and support from engineers who actually use the product.
www.appsignal.com

Did you know that HTML is
the 9th most popular programming language
based on number of references?