eterDB
eterdb.com- Category
- Developer Tools
- Rank
- No. 1346Tools index
- Pricing
- Open Source
- Platform
- cli
- Type
- TOOL
- Date
About
eterDB is a PostgreSQL 18 variant that adds transaction-level undo, letting a specific bad UPDATE, DELETE, or migration be reversed after commit without restoring the whole database. It tracks read dependencies so it can also revert downstream writes that depended on the bad transaction, and supports point-in-time table reads via an open-source CLI.
What it can do
Reverse a specific committed transaction (UPDATE, DELETE, or migration)
Transaction ID → Reverted database state
Revert downstream writes that depended on a reversed transaction
Transaction dependency graph → Reverted dependent writes
Read table data as of a specific point in time
Table name and timestamp → Historical table data
Manage transaction undo operations via CLI
CLI commands → Executed undo actions
Tags
Media

Comments (0)
No comments yet
Editorially curated, with community endorsements as a secondary signal. Corrections welcome.