dotnet-object-storage/README.md

12 lines
1.7 KiB
Markdown
Raw Normal View History

2019-02-12 22:14:03 -05:00
# Powered Softwares Object Storage Abstraction and implementations
Goal of this project is to abstract the implementation of Object/Document
storage type databases, this way it is easily migratable to any object storage
choices.
# Getting started
Full Version | NuGet | NuGet Install
------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------:
PoweredSoft.ObjectStorage.Core | <a href="https://www.nuget.org/packages/PoweredSoft.ObjectStorage.Core/" target="_blank">[![NuGet](https://img.shields.io/nuget/v/PoweredSoft.ObjectStorage.Core.svg?style=flat-square&label=nuget)](https://www.nuget.org/packages/PoweredSoft.ObjectStorage.Core/)</a> | ```PM> Install-Package PoweredSoft.ObjectStorage.Core```
PoweredSoft.ObjectStorage.MongoDB | <a href="https://www.nuget.org/packages/PoweredSoft.ObjectStorage.MongoDB/" target="_blank">[![NuGet](https://img.shields.io/nuget/v/PoweredSoft.ObjectStorage.MongoDB.svg?style=flat-square&label=nuget)](https://www.nuget.org/packages/PoweredSoft.ObjectStorage.MongoDB/)</a> | ```PM> Install-Package PoweredSoft.ObjectStorage.MongoDB```