1. RavenDB Client

    By:

    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.

  2. RavenDB Database

    By:

    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.

  3. RavenDB Embedded

    By:

    This package let you include RavenDB embedded in-process with your application. RavenDB is a document database for the .NET platform, offering a flexible data model design to fit the needs of real world systems.

  4. RavenDB Server

    By:

    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.

  5. RavenDB Client MvcIntegration

    By:

    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.

  6. RavenDB Asp.Net Hosted server

    By:

    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.

  7. RavenDb plugin for MiniProfiler

    By:

    Adds entries for each RavenDb query to the MiniProfiler results table.

  8. Repository.RavenDB

    By:

    A RavenDB implementation of the generic repository pattern.

  9. RavenDB Client for Unique Constraints bundle

    By:

    RavenDB 'Unique Constraints' bundle client. Allow the user to implement unique constraints in the objects (useful for properties like email or social security number).

  10. RavenDb Profiling Plugin for Glimpse

    By:

    Adds a RavenDb tab to your Glimpse console that contains profiling information retrieved from RavenDb. Server queries are included in the Glimpse timeline.

  11. Rebus.RavenDb

    By:

    Provides RavenDb saga persister and subscription storage

  12. RavenDB Index Replication Bundle

    By:

    RavenDB embedded database

  13. RavenDB Authorization Bundle

    By:

    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.

  14. RavenDB Test Helpers

    By:

    This package includes a utiliti 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.

  15. RavenDB Unique Constraints Bundle

    By:

    This bundle aims to allow the user to implement unique constraints in the objects (usefull for properties like email or social security number).

  16. BuildingBlocks.Store.RavenDB

    By:

    Session implementation for RavenDB

    3,357 downloads

  17. RavenDB Authentication Bundle

    By:

    The Authorization Bundle extends RavenDB and adds...TODO

  18. RavenDB Cascade Delete Bundle

    By:

    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.

  19. RavenDB Client for Versioning bundle

    By:

    RavenDB 'Versioning' bundle client. The versioning bundle will create snapshots for every document upon every update made to it, or when it is deleted. It is useful when you need to track history of documents, or when you need a full audit trail.

  20. RavenDB Client for Authorization bundle

    By:

    RavenDB 'Authorization' bundle client extend RavenDB and add document level permissions.