Go to file
2019-02-12 23:40:48 -05:00
PoweredSoft.ObjectStorage.Core refators 2019-02-12 23:39:55 -05:00
PoweredSoft.ObjectStorage.MongoDB refators 2019-02-12 23:39:55 -05:00
PoweredSoft.ObjectStorage.MongoDB.Tests refators 2019-02-12 23:39:55 -05:00
.gitignore initial 2019-02-12 17:39:16 -05:00
LICENSE.md added readme and license 2019-02-12 22:14:03 -05:00
ObjectStorage.sln added readme and license 2019-02-12 22:14:03 -05:00
README.md added readme and license 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 NuGet PM> Install-Package PoweredSoft.ObjectStorage.Core
PoweredSoft.ObjectStorage.MongoDB NuGet PM> Install-Package PoweredSoft.ObjectStorage.MongoDB