# 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 | [![NuGet](https://img.shields.io/nuget/v/PoweredSoft.ObjectStorage.Core.svg?style=flat-square&label=nuget)](https://www.nuget.org/packages/PoweredSoft.ObjectStorage.Core/) | ```PM> Install-Package PoweredSoft.ObjectStorage.Core``` PoweredSoft.ObjectStorage.MongoDB | [![NuGet](https://img.shields.io/nuget/v/PoweredSoft.ObjectStorage.MongoDB.svg?style=flat-square&label=nuget)](https://www.nuget.org/packages/PoweredSoft.ObjectStorage.MongoDB/) | ```PM> Install-Package PoweredSoft.ObjectStorage.MongoDB```