MongoDb
Dosaic.Plugins.Persistence.MongoDb is a plugin
that allows other Dosaic components
to use the MongoDb core to interact with certain databases
.
Installation
To install the nuget package follow these steps:
or add as package reference to your .csproj
Appsettings.yml
Configure your appsettings.yml with these properties
Postgres for example
MongoDbConfiguration.cs
Configuration in your plugin host
Nothing to configure
Usage
IRepository<>, IReadRepository<>, IWriteRepository<>
IMongoDbInstance
Last updated