Project
git_store
GitStore implements a versioned data store based on the revision
management system Git. You can store object hierarchies as nested
hashes, which will be mapped on the directory structure of a git
repository. GitStore checks out the repository into a in-memory
representation, which can be modified and finally committed.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Development
Dependencies