Instead of using git as a database, what if you used database as a git?

https://nesbitt.io/2026/02/26/git-in-postgres.html

Git in Postgres

Instead of using git as a database, what if you used a database as a git?

Andrew Nesbitt
@andrewnez when aiming for operational simplicity, feels like SQLite would be a better fit than Postgres, especially when all the interactions come in through the network anyway. (See also: Fossil?)
@djc forgejo uses postgresql, that was the main driver
@djc @andrewnez (Fossil was indeed my first thought, although I think the schema there is a bit higher level, not just a storage backend)