dotnet-storage/README.md
2020-03-13 11:26:08 -04:00

16 lines
2.2 KiB
Markdown

# Storage
Abstraction allowing you to use different storage options on the cloud or locally with the same interface.
## Getting Started
> Install nuget package to your awesome project.
| Full Version | NuGet | NuGet Install |
| ---------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -----------------------------------------------------: |
| PoweredSoft.Storage.Core | <a href="https://www.nuget.org/packages/PoweredSoft.Storage.Core/" target="_blank">[![NuGet](https://img.shields.io/nuget/v/PoweredSoft.Storage.Core.svg?style=flat-square&label=nuget)](https://www.nuget.org/packages/PoweredSoft.Storage.Core/)</a> | ```PM> Install-Package PoweredSoft.Storage.Core``` |
| PoweredSoft.Storage.Azure | <a href="https://www.nuget.org/packages/PoweredSoft.Storage.Azure/" target="_blank">[![NuGet](https://img.shields.io/nuget/v/PoweredSoft.Storage.Azure.svg?style=flat-square&label=nuget)](https://www.nuget.org/packages/PoweredSoft.Storage.Azure/)</a> | ```PM> Install-Package PoweredSoft.Storage.Azure``` |
| PoweredSoft.Storage.S3 | <a href="https://www.nuget.org/packages/PoweredSoft.Storage.S3/" target="_blank">[![NuGet](https://img.shields.io/nuget/v/PoweredSoft.Storage.S3.svg?style=flat-square&label=nuget)](https://www.nuget.org/packages/PoweredSoft.Storage.S3/)</a> | ```PM> Install-Package PoweredSoft.Storage.S3``` |
| PoweredSoft.Storage.Physical | <a href="https://www.nuget.org/packages/PoweredSoft.Storage.Physical/" target="_blank">[![NuGet](https://img.shields.io/nuget/v/PoweredSoft.Storage.Physical.svg?style=flat-square&label=nuget)](https://www.nuget.org/packages/PoweredSoft.Storage.Physical/)</a> | ```PM> Install-Package PoweredSoft.Storage.Physical``` |