This package contains: - GetItemAsync > to get a single item from the Document Database - GetItemsAsync > to get multiple items from the database - AddItemAsync > to create a single entry in the database - AddItemsAsync > to create multiple entries at once - UpdateItemAsync > to update a single item - UpdateItemsAsync > to update multiple items at once - DeleteItemAsync > to delete a single item - DeleteItemsAsync > to delete multiple items at once This package uses Newtonsoft.Json and Microsoft.Azure.Cosmos in order to function properly. The SpinUp method provided is a static method to create the CosmosDbService instance in which the datbasename, account, key, and containerName can be provided. Such an account would be the connectionstring provided by the Azure resource. Same goes for the key.
$ dotnet add package Host.Cosmos.CrudNo README available.