Time-travel-sqlite-debugger Alternatives
Similar projects and alternatives to time-travel-sqlite-debugger based on common topics and language
-
sqltoerdiagram
ER diagram generator. Paste CREATE TABLE statements and get a clean, interactive ERD — runs 100% in your browser, nothing uploaded
-
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.
-
Stockyard
Self-hosted LLM proxy, tracing, cost tracking, and routing in one Go binary. Apache 2.0 proxy core. BSL 1.1 full platform.
-
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.
-
human-context
.md for AI, .html for humans — a single-file markdown folder viewer for context engineering workflows.
-
portfolio-template
Minimal portfolio template. Vanilla HTML/CSS/JS, GitHub Pages. No frameworks, no dependencies. (by diyoriko)
-
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)
-
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]
-
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.
time-travel-sqlite-debugger discussion
time-travel-sqlite-debugger reviews and mentions
-
A zero-dependency, ultra-lightweight database time machine for SQLite
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
The primary programming language of time-travel-sqlite-debugger is HTML.