Rystem.RepositoryFramework.Infrastructure.Azure.Cosmos.Sql 1.1.7

There is a newer version of this package available.
See the version list below for details.
dotnet add package Rystem.RepositoryFramework.Infrastructure.Azure.Cosmos.Sql --version 1.1.7                
NuGet\Install-Package Rystem.RepositoryFramework.Infrastructure.Azure.Cosmos.Sql -Version 1.1.7                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Rystem.RepositoryFramework.Infrastructure.Azure.Cosmos.Sql" Version="1.1.7" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Rystem.RepositoryFramework.Infrastructure.Azure.Cosmos.Sql --version 1.1.7                
#r "nuget: Rystem.RepositoryFramework.Infrastructure.Azure.Cosmos.Sql, 1.1.7"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Rystem.RepositoryFramework.Infrastructure.Azure.Cosmos.Sql as a Cake Addin
#addin nuget:?package=Rystem.RepositoryFramework.Infrastructure.Azure.Cosmos.Sql&version=1.1.7

// Install Rystem.RepositoryFramework.Infrastructure.Azure.Cosmos.Sql as a Cake Tool
#tool nuget:?package=Rystem.RepositoryFramework.Infrastructure.Azure.Cosmos.Sql&version=1.1.7                

What is Rystem?

Integration with Azure Cosmos Sql and Repository Framework

builder.Services
     .AddRepositoryInCosmosSql<User, string>(
        x => x.Email!,
        builder.Configuration["CosmosSql:ConnectionString"],
        "BigDatabase");

You found the IRepository<User, string> in DI to play with it.

Automated api with Rystem.RepositoryFramework.Api.Server package

With automated api, you may have the api implemented with your cosmos sql integration. You need only to add the AddApiForRepositoryFramework

var app = builder.Build();

// Configure the HTTP request pipeline.
if (app.Environment.IsDevelopment())
{
    app.UseSwagger();
    app.UseSwaggerUI();
}

app.UseHttpsRedirection();
app.AddApiForRepositoryFramework();
Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
9.0.12 43,250 1/13/2025
9.0.11 23,008 1/9/2025
9.0.10 16 1/9/2025
9.0.9 139 1/7/2025
9.0.8 12,418 1/6/2025
9.0.7 75 1/6/2025
9.0.4 92,219 12/23/2024
9.0.3 99 12/22/2024
9.0.2 10,630 12/21/2024
9.0.1 1,133 12/21/2024
9.0.0 172,913 11/16/2024
9.0.0-rc.1 81 10/18/2024
6.2.0 218,971 10/9/2024
6.1.1 108 10/9/2024
6.1.0 47,854 9/29/2024
6.0.24 117 9/11/2024
6.0.23 123 7/18/2024
6.0.21 129 6/18/2024
6.0.20 130 6/16/2024
6.0.19 121 6/14/2024
6.0.18 117 6/14/2024
6.0.17 135 6/14/2024
6.0.16 124 6/10/2024
6.0.15 114 6/9/2024
6.0.14 133 5/24/2024
6.0.13 158 5/23/2024
6.0.12 115 5/23/2024
6.0.11 136 5/20/2024
6.0.9 137 5/20/2024
6.0.7 117 5/18/2024
6.0.6 123 5/10/2024
6.0.5 117 5/10/2024
6.0.4 132 4/3/2024
6.0.3 167 3/25/2024
6.0.2 210 3/11/2024
6.0.0 528 11/21/2023
6.0.0-rc.6 97 10/25/2023
6.0.0-rc.5 85 10/25/2023
6.0.0-rc.4 82 10/23/2023
6.0.0-rc.3 77 10/19/2023
6.0.0-rc.2 80 10/18/2023
6.0.0-rc.1 80 10/16/2023
5.0.20 558 9/25/2023
5.0.19 525 9/10/2023
5.0.18 490 9/6/2023
5.0.17 495 9/6/2023
5.0.16 495 9/5/2023
5.0.15 493 9/5/2023
5.0.14 503 9/5/2023
5.0.13 523 9/1/2023
5.0.12 541 8/31/2023
5.0.11 484 8/30/2023
5.0.10 506 8/29/2023
5.0.9 525 8/24/2023
5.0.8 513 8/24/2023
5.0.7 510 8/23/2023
5.0.6 492 8/21/2023
5.0.5 564 8/21/2023
5.0.4 502 8/16/2023
5.0.3 622 8/2/2023
5.0.2 592 8/2/2023
5.0.1 573 8/1/2023
5.0.0 647 7/31/2023
4.1.26 537 7/20/2023
4.1.25 573 7/16/2023
4.1.24 617 6/13/2023
4.1.23 593 6/13/2023
4.1.22 1,038 5/30/2023
4.1.21 564 5/20/2023
4.1.20 315,705 4/19/2023
4.1.19 95,550 3/20/2023
4.1.18 699 3/20/2023
4.1.17 712 3/16/2023
4.1.16 665 3/16/2023
4.1.15 642 3/15/2023
4.1.14 1,236 3/9/2023
4.1.13 678 3/7/2023
4.1.12 814 2/10/2023
4.1.11 699 1/26/2023
4.1.10 776 1/22/2023
4.1.9 721 1/20/2023
4.1.8 744 1/18/2023
4.1.7 688 1/18/2023
4.1.6 798 1/17/2023
4.1.1 743 1/4/2023
4.1.0 679 1/1/2023
3.1.5 706 12/21/2022
3.1.3 707 12/12/2022
3.1.2 727 12/7/2022
3.1.1 708 12/7/2022
3.1.0 723 12/2/2022
3.0.29 825 12/1/2022
3.0.28 696 12/1/2022
3.0.27 765 11/23/2022
3.0.25 783 11/23/2022
3.0.24 800 11/18/2022
3.0.23 707 11/18/2022
3.0.22 774 11/15/2022
3.0.21 819 11/14/2022
3.0.20 794 11/13/2022
3.0.19 801 11/2/2022
3.0.18 847 11/2/2022
3.0.17 802 10/29/2022
3.0.16 850 10/29/2022
3.0.15 771 10/29/2022
3.0.14 798 10/24/2022
3.0.13 850 10/24/2022
3.0.12 852 10/17/2022
3.0.11 878 10/10/2022
3.0.10 820 10/6/2022
3.0.9 857 10/6/2022
3.0.8 708 10/6/2022
3.0.7 888 10/6/2022
3.0.6 853 10/5/2022
3.0.5 869 10/5/2022
3.0.4 791 10/5/2022
3.0.3 776 10/3/2022
3.0.2 815 9/30/2022
3.0.1 767 9/29/2022
2.0.16 858 9/27/2022
2.0.15 891 9/27/2022
2.0.14 890 9/26/2022
2.0.13 883 9/26/2022
2.0.12 831 9/26/2022
2.0.11 887 9/25/2022
2.0.10 908 9/25/2022
2.0.9 904 9/22/2022
2.0.8 836 9/22/2022
2.0.6 787 9/20/2022
2.0.5 887 9/20/2022
2.0.4 893 9/20/2022
2.0.2 841 9/20/2022
2.0.1 994 9/13/2022
2.0.0 889 8/19/2022
1.1.24 907 7/30/2022
1.1.23 881 7/29/2022
1.1.22 901 7/29/2022
1.1.21 813 7/29/2022
1.1.20 920 7/29/2022
1.1.19 913 7/27/2022
1.1.17 886 7/27/2022
1.1.16 838 7/26/2022
1.1.15 956 7/25/2022
1.1.14 883 7/25/2022
1.1.13 899 7/22/2022
1.1.12 883 7/19/2022
1.1.11 876 7/19/2022
1.1.10 862 7/19/2022
1.1.9 875 7/19/2022
1.1.8 945 7/18/2022
1.1.7 857 7/18/2022
1.1.6 886 7/18/2022
1.1.5 902 7/17/2022
1.1.4 917 7/17/2022
1.1.3 831 7/17/2022
1.1.2 907 7/17/2022
1.1.0 918 7/17/2022
1.0.2 928 7/15/2022
1.0.1 852 7/15/2022
1.0.0 928 7/8/2022
0.10.7 935 7/7/2022
0.10.2 914 7/2/2022
0.10.1 865 7/1/2022
0.10.0 892 7/1/2022
0.9.10 887 6/20/2022
0.9.9 909 6/11/2022
0.9.7 897 6/9/2022
0.9.6 854 6/5/2022