Back to browse
GitHub Repository

Time-travel for your MySQL and PostgreSQL. DB Trail remembers every row change: searchable, reversible, yours. The wrong UPDATE becomes a two-minute fix.

39 starsGo

PostgreSQL Now Supported in DBTrail

by nethalo·Jul 15, 2026·2 points·1 comment

AI Analysis

●●●BangerBig BrainSolve My Problem

Recovers cascade-deleted rows invisible to standard binlog tools, a genuine engineering win.

Strengths
  • Reconstructs child rows lost to ON DELETE CASCADE that standard binlogs miss.
  • Generates exact reversal SQL for specific rows without full database restores.
  • Works on managed cloud databases by connecting over the replication protocol.
Weaknesses
  • Requires specific binlog row image settings that may impact write performance.
  • Time-travel SQL interface depends on an external ProxySQL integration.
Target Audience

Backend engineers and DBAs managing production databases

Similar To

Pitrery · Pgbackrest · Undrop

Similar Projects