RavenDB.Client
3.0.3749-Unstable
See the version list below for details.
dotnet add package RavenDB.Client --version 3.0.3749-Unstable
NuGet\Install-Package RavenDB.Client -Version 3.0.3749-Unstable
<PackageReference Include="RavenDB.Client" Version="3.0.3749-Unstable" />
paket add RavenDB.Client --version 3.0.3749-Unstable
#r "nuget: RavenDB.Client, 3.0.3749-Unstable"
// Install RavenDB.Client as a Cake Addin
#addin nuget:?package=RavenDB.Client&version=3.0.3749-Unstable&prerelease
// Install RavenDB.Client as a Cake Tool
#tool nuget:?package=RavenDB.Client&version=3.0.3749-Unstable&prerelease
This package includes the client API of RavenDB. RavenDB is a document database for the .NET platform, offering a flexible data model design to fit the needs of real world systems.
Product | Versions |
---|---|
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
This package has no dependencies.
NuGet packages (3)
Showing the top 3 NuGet packages that depend on RavenDB.Client:
Package | Downloads |
---|---|
RavenDB.Database
Use this package if you want extend RavenDB. Don't use this package if you just want to work with existing RavenDB server, in order to so just use the client API which is in the RavenDB.Client package. RavenDB is a document database for the .NET platform, offering a flexible data model design to fit the needs of real world systems. Note: If you encounter issue to install this package, please consult the following link: https://groups.google.com/forum/#!topic/ravendb/4TeMq7_7Esc |
|
RavenDB.Client.MvcIntegration
RavenDB Client MvcIntegration let you include a visual profiler in your ASP.NET MVC application which will show you all the opened sessions and the time took to complete each database request. This can help you when developing with RavenDB. |
|
RavenDB.Client.UniqueConstraints
RavenDB 'Unique Constraints' bundle client. Allow the user to implement unique constraints in the objects (useful for properties like email or social security number). |
GitHub repositories (31)
Showing the top 5 popular GitHub repositories that depend on RavenDB.Client:
Repository | Stars |
---|---|
ServiceStack/ServiceStack
Thoughtfully architected, obscenely fast, thoroughly enjoyable web services for all
|
|
danielgerlag/workflow-core
Lightweight workflow engine for .NET Standard
|
|
ChilliCream/graphql-platform
Welcome to the home of the Hot Chocolate GraphQL server for .NET, the Strawberry Shake GraphQL client for .NET and Banana Cake Pop the awesome Monaco based GraphQL IDE.
|
|
Xabaril/AspNetCore.Diagnostics.HealthChecks
Enterprise HealthChecks for ASP.NET Core Diagnostics Package
|
|
testcontainers/testcontainers-dotnet
A library to support tests with throwaway instances of Docker containers for all compatible .NET Standard versions.
|