RavenDB.Client
3.0.3809-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 3.0.3809-Unstable
dotnet add package RavenDB.Client --version 3.0.3809-Unstable
<PackageReference Include="RavenDB.Client" Version="3.0.3809-Unstable" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add RavenDB.Client --version 3.0.3809-Unstable
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: RavenDB.Client, 3.0.3809-Unstable"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install RavenDB.Client as a Cake Addin
#addin nuget:?package=RavenDB.Client&version=3.0.3809-Unstable&prerelease
// Install RavenDB.Client as a Cake Tool
#tool nuget:?package=RavenDB.Client&version=3.0.3809-Unstable&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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 (28)
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
|
|
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
|
|
FastReports/FastReport
Free Open Source Reporting tool for .NET5/.NET Core/.NET Framework that helps your application generate document-like reports
|