5 ms·
I thought this was a repost but I was thinking of dolt which has similar capabilities but a different approach. As in https://news.ycombinator.com/item?id=3810
by mwexler 5mo ago
I thought this was a repost but I was thinking of dolt which has similar capabilities but a different approach. As in https://news.ycombinator.com/item?id=38109880 https://news.ycombinator.com/item?id=38109880
- zachmu 5mo agoNeon is basically this same idea: postgres on a copy-on-write file system. These aren't really "branches" though, they're hard forks. You can't merge them back after making changes. Dolt is still the only SQL database with branch and merge.