Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.16 KB

File metadata and controls

35 lines (21 loc) · 1.16 KB

PiBox.Plugins.Persistence.Abstractions

PiBox framework

PiBox.Plugins.Persistence.Abstractions is a lib that allows other pibox components to interact with persistence plugins to store and retrieve their data.

Installation

To install the nuget package follow these steps:

dotnet add package PiBox.Plugins.Persistence.Abstractions

or add as package reference to your .csproj

<PackageReference Include="PiBox.Plugins.Persistence.Abstractions" Version="" />

Appsettings.yml

There are no settings values to set for this lib, please take a look at one of the persistence plugins which implements the abstract types included in this lib.

Configuration in your plugin host

There are no plugin configuration to do for this lib, please take a look at one of the persistence plugins which implements the abstract types included in this lib.

Usage

There are no stand alone usages for this lib, please take a look at one of the persistence plugins which implements the abstract types included in this lib.