RavenDB.Client
2.0.2190-Unstable
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.
This is a prerelease version of RavenDB.Client.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
Install-Package RavenDB.Client -Version 2.0.2190-Unstable
dotnet add package RavenDB.Client --version 2.0.2190-Unstable
<PackageReference Include="RavenDB.Client" Version="2.0.2190-Unstable" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add RavenDB.Client --version 2.0.2190-Unstable
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: RavenDB.Client, 2.0.2190-Unstable"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Dependencies
This package has no dependencies.
Used By
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 (26)
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
|
|
aelassas/Wexflow
An easy and fast way to build automation and workflows on Windows, Linux, macOS, and the cloud.
|
|
MiniProfiler/dotnet
A simple but effective mini-profiler for ASP.NET (and Core) websites
|
|
Xabaril/AspNetCore.Diagnostics.HealthChecks
Enterprise HealthChecks for ASP.NET Core Diagnostics Package
|