Info
Version: | 0.2.155-alpha |
Author(s): | frblondin |
Last Update: | Friday, March 29, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/frblondin/GitObjectDb |
NuGet Url: | https://www.nuget.org/packages/GitObjectDb |
Install
Install-Package GitObjectDb
dotnet add package GitObjectDb
paket add GitObjectDb
GitObjectDb Download (Unzip the "nupkg" after downloading)
Dependencies
- LibGit2Sharp(>= 0.26.1)
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 2.2.0)
- Microsoft.Extensions.Logging(>= 2.2.0)
- Newtonsoft.Json(>= 12.0.2)
- System.Collections.Immutable(>= 1.6.0)
Tags
It does so by removing the need for hand-coding the commands needed to interact with Git. The Git repository is used as a pure database as the files containing the serialized copy of the objects are never fetched in the filesystem.
GitObjectDb only uses the blob storage provided by Git.