Arlodotexe / OwlCore.Nomad.Storage

A virtual storage implementation powered by shared event sourcing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OwlCore.Nomad.Storage Version

A virtual storage implementation powered by shared event sourcing.

This library is in prerelease and documentation is work in progress. Please return later.

Install

Published releases are available on NuGet. To install, run the following command in the Package Manager Console.

PM> Install-Package OwlCore.Nomad.Storage

Or using dotnet

> dotnet add package OwlCore.Nomad.Storage

Usage

var test = new Thing();

Financing

We accept donations here and here, and we do not have any active bug bounties.

Versioning

Version numbering follows the Semantic versioning approach. However, if the major version is 0, the code is considered alpha and breaking changes may occur as a minor update.

License

All OwlCore code is licensed under the MIT License. OwlCore is licensed under the MIT License. See the LICENSE file for more details.

About

A virtual storage implementation powered by shared event sourcing


Languages

Language:C# 100.0%