NAME
Git::Database::Backend::Git::Native::Repository - A Git::Database backend based on Git::Native
VERSION
version 0.013
SYNOPSIS
# get a store
my $r = Git::Native->open('.');
# let Git::Database produce the backend
my $db = Git::Database->new( store => $r );
DESCRIPTION
This backend reads data from a Git repository using the Git::Native bindings to the libgit2 library.
Git Database Roles
This backend does the following roles (check their documentation for a list of supported methods): Git::Database::Role::Backend.
AUTHORS
Philippe Bruhat (BooK) <book@cpan.org>
COPYRIGHT
Copyright 2026 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.