182 packages tagged with “ravendb”
RavenDB Client is the client library for accessing RavenDB
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 Embedded library to run ravendb in embedded way
Use this package if you want to run RavenDB as a standalone application. This package is not intented to be used in Visual Studio. RavenDB is a document database for the .NET platform, offering a flexible data model design to fit the needs of real world systems.
RavenDB 'Unique Constraints' bundle client. Allow the user to implement unique constraints in the objects (useful for properties like email or social security number).
This package includes a utility class that helps test features 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.
The Authorization Bundle extend RavenDB and add document level permissions. The Auth Bundle allows to define permissions for a specific user, a group or using arbitrary tagging. The system is design to be high performance, scalable and flexible.
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.
The cascade delete bundle allows for a specified set of documents and attachments to be deleted when the document that owns it is deleted. Typical usage scenarios include deleting an attachment that is referenced by a document or removing a set of child documents referenced by a parent document.
This bundle aims to allow the user to implement unique constraints in the objects (usefull for properties like email or social security number).
RavenDB 'Authorization' bundle client extend RavenDB and add document level permissions.
Package Description
RavenDB embedded database
This package let you include RavenDB embedded in your asp.net application. RavenDB is a document database for the .NET/Windows platform, offering a flexible data model design to fit the needs of real world systems.
HealthChecks.RavenDB is the health check package for RavenDB.
Raven Migrations is a migration framework for RavenDB to help with updates to your database objects.
Provides NodaTime support for the RavenDB Client.
RavenDB.DependencyInjection makes it easy to put your Raven doc store and document session into AspNetCore's dependency injection container.
Write Serilog events to a RavenDB database.
Generic tools for RavenDb
A RavenDB implementation of the generic repository pattern.
Drop in persistence with RavenDb for FubuMVC / StructureMap applications
The simple and easy RavenDB Identity provider for ASP.NET Core. Use Raven to store your users and logins with just a few lines of code.
Компонент хранения данных в RavenDB для Zen.Core
Generic tools for RavenDbAuditing
Yarn RavenDB Provider
BrickPile is a lightweight CMS built on RavenDB and ASP.NET MVC 5
A RavenDB IUserAuthRepository to persist User registration and auth info in a NoSQL Raven DB. Implements ServiceStack's built-in AuthProvider Model: https://docs.servicestack.net/authentication-and-authorization inc. Twitter, Facebook, Basic, Digest, Credentials Auth modes out-of-the-box.
Adds entries for each RavenDb query to the MiniProfiler results table.
Contains dlls and sources for RavenDB Persistence Provider: RavenDBProvider which implements interfaces: IPersistenceProvider, ISchemePersistenceProvider and IWorkflowGenerator. Steps for workflow runtime configuration with RavenDBProvider: http://workflowenginenet.com/Documentation/Detail/howtoconnect in Create WorkflowRuntime section.