Go to file
2020-07-29 20:08:24 -04:00
PoweredSoft.ObjectStorage.Core some batch actions, and added some methods while being there :) 2020-07-29 20:08:24 -04:00
PoweredSoft.ObjectStorage.MongoDB some batch actions, and added some methods while being there :) 2020-07-29 20:08:24 -04:00
PoweredSoft.ObjectStorage.MongoDB.AspNetCore net core 3 2019-11-23 19:39:04 -06:00
PoweredSoft.ObjectStorage.MongoDB.Tests some batch actions, and added some methods while being there :) 2020-07-29 20:08:24 -04: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 aspnetcore mvc binders 2019-02-15 11:08:37 -06:00
README.md aspnetcore mvc binders 2019-02-15 11:08:37 -06: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
PoweredSoft.ObjectStorage.MongoDB.AspNetCore NuGet PM> Install-Package PoweredSoft.ObjectStorage.MongoDB.AspNetCore