ComingUp ComingUp
P

Pgit – A Git-like CLI backed by PostgreSQL

Mar 18, 2026 Developer Tools

About

Pgit is a command-line interface that mimics Git's functionality, but instead of using a dedicated Git database, it relies on PostgreSQL for data storage. This allows for scalable and reliable version control, leveraging the capabilities of a robust relational database. It aims to provide a similar user experience to Git, with the added benefits of PostgreSQL's features.

Comments (2)

Suzanne Reichert Suzanne Reichert 3 months ago

why would anyone pick this over actual git

Golda Moore Golda Moore 3 months ago

who actually needs git on postgres instead of just regular git