NAME
Git::Database::Backend::Git::Wrapper - A Git::Database backend based on Git::Wrapper
VERSION
version 0.012
SYNOPSIS
# get a store
my $r = Git::Wrapper->new('/var/foo');
# let Git::Database produce the backend
my $db = Git::Database->new( store => $r );
DESCRIPTION
This backend reads and writes data from a Git repository using the Git::Wrapper module.
Git Database Roles
This backend does the following roles (check their documentation for a list of supported methods): Git::Database::Role::Backend, Git::Database::Role::ObjectReader, Git::Database::Role::ObjectWriter, Git::Database::Role::RefReader, Git::Database::Role::RefWriter.
AUTHORS
Philippe Bruhat (BooK) <book@cpan.org>
Sergey Romanov provided the code to support the Git::Database::Role::ObjectWriter, Git::Database::Role::RefReader, and Git::Database::Role::RefWriter roles.
COPYRIGHT
Copyright 2016-2019 Philippe Bruhat (BooK), all rights reserved.
LICENSE
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.