|
|
|
Show HN: Chrondb – a PostgreSQL-compatible Git-backed database [video]
(youtube.com)
|
|
11 points
by avelino
431 days ago
|
|
In this video, I showcase chrondb in action — a unique database that supports connections via the PostgreSQL wire protocol (psql) and persists all records directly into a Git repository. What you’ll see:
• Connecting to chrondb using psql
• Running real SQL queries
• Viewing how data changes are stored and versioned in Git in real time Perfect for developers and engineers interested in:
• PostgreSQL-compatible databases
• Git as a versioned storage backend
• Immutable infrastructure and auditable data
• Tools for backend development, DevOps, and data engineering chrondb brings together the relational model with the power of distributed version control! |
|