Is there a database with git-like qualities?

Posted by Mat on Stack Overflow See other posts from Stack Overflow or by Mat
Published on 2010-04-04T18:14:10Z Indexed on 2010/04/04 18:23 UTC
Read the original article Hit count: 183

Filed under:
|
|

I'm looking for a database where multiple users can contribute and commit new data; other users can then pull that data into their own database repository, all in a git-like manner. A transcriptional database, if you like; does such a thing exist?

My current thinking is to dump the database to a single file as SQL, but that could well get unwieldy once it is of any size. Another option is to dump the database and use the filesystem, but again it gets unwieldy once of any size.

© Stack Overflow or respective owner

Related posts about git

Related posts about version-control