#ChronDB
Just dropped a demo of chrondb — a PostgreSQL-compatible database that persists everything in Git.
Connect via psql, run SQL queries, and watch your data get versioned like code.

🎥 Watch it in action: www.youtube.com/watch?v=MRen...

#databases #postgresql #git #devtools #opensource
🔍 Exploring chrondb: A Git-Backed Database with PostgreSQL Compatibility (via psql)
YouTube video by Thiago Avelino
www.youtube.com
April 9, 2025 at 1:01 AM
We built real document versioning on top of Git — with full history, point-in-time access, and chronological restoration.
This is the core of #ChronDB
👇 Here’s how it works under the hood

www.moclojer.com/blog/impleme...

#moclojer #clojure #gitbased #git #db
Implementing Versioned Document History in ChronDB
Learn how ChronDB implements Git-based document versioning with time-travel capabilities, allowing document history retrieval, point-in-time access, and chronological version restoration without losin...
www.moclojer.com
May 1, 2025 at 10:22 PM
Show HN: Chrondb – a PostgreSQL-compatible Git-backed database [video] In this video, I showcas...

https://www.youtube.com/watch?v=MRenNs_lbDQ

Event Attributes
Awakari App
awakari.com
April 9, 2025 at 1:52 AM
Every time I try to use GraalVM to generate a native image for a new project, it makes me angry

Not because GraalVM is bad, but because I'm dumb

I've been struggling for a week with a PR that works locally ('it works on my machine') but not in CI

#clojure #chrondb
https://media4.giphy.com/media/mOtjMDSDyZQ3u/200.gif
media4.giphy.com
March 8, 2025 at 8:21 AM
Show HN: Chrondb – a PostgreSQL-compatible Git-backed database [video] In this video, I showcas...

https://www.youtube.com/watch?v=MRenNs_lbDQ

Event Attributes
Awakari App
awakari.com
April 9, 2025 at 1:42 AM
I've never had to work so much with Socket in #Java as I'm working on the implementation of #chrondb.

Today I started playing around with implementing an SQL (#PostgreSQL-like) to perform all operations: select, insert, delete and update.

github.com/moclojer/chr...

#clojure
GitHub - moclojer/chrondb: Chronological key/value Database storing based on database-shaped git (core) architecture
Chronological key/value Database storing based on database-shaped git (core) architecture - moclojer/chrondb
github.com
March 11, 2025 at 11:37 PM
weekend of much study, implementing virtual commits in #chrondb using #Git internals (WalkRef and WalkTree) and implementing Redis protocol to connect to chrondb using existing Redis drivers

https://github.com/moclojer/chrondb

#clojure
GitHub - moclojer/chrondb: Chronological key/value Database storing based on database-shaped git (core) architecture
Chronological key/value Database storing based on database-shaped git (core) architecture - moclojer/chrondb
github.com
March 4, 2025 at 11:05 PM
I'm developing #chrondb, a git-based database! I've already implemented the #PostgreSQL protocol, so you can use #psql to insert and query data. Git as a DB is real! 🚀 #database #opensource

github.com/moclojer/chr...

#clojure #postgres #git
WIP: Add PostgreSQL protocol support to ChronDB by avelino · Pull Request #16 · moclojer/chrondb
This commit implements a PostgreSQL-compatible SQL server for ChronDB, allowing users to query the database using standard PostgreSQL clients like psql. Key changes: Add SQL server implementation ...
github.com
March 22, 2025 at 6:37 PM
📊 SQL Benchmarking in #ChronDB!

We analyzed the performance of SQL operations in our Git-based database. See the numbers, and insights about optimizations.

Discover how ChronDB performs with different volumes and types of queries.

www.moclojer.com/blog/sql-ben...

#Clojure #SQL #Benchmark
SQL Benchmarking in ChronDB: Building Performance on a Git Foundation
Explore how ChronDB achieves SQL performance on a Git-based database architecture through benchmarking, optimization techniques, and continuous measurement. Learn how we balance Git's versioning benef...
www.moclojer.com
April 27, 2025 at 2:32 PM