Hacker News new | ask | show | jobs
by el_cid 2815 days ago
But that's exactly how SQL is used?
1 comments

You push and pull incremental changes between sql databases in a history-preserving way?
If you want to, yeah, pretty much every SQL database supports replication.
Yes, but not in a history preserving way, which is why people don't use SQL for version control.