|
|
|
|
|
by vishal_ch
55 days ago
|
|
Interesting approach using Postgres as the storage layer. Curious how you're handling the object model since Git's content-addressable storage maps pretty differently to relational tables. Are you storing blobs as bytea or going with something like a JSONB tree structure for the commit graph? |
|
The core model objects in git are all pretty straightforward and their interactions well defined.