Skip to content
Discussion options

You must be logged in to vote

Both of those packages are for RavenDB 3.5, which is no longer supported.

At any rate, you can do most of what you wnat in different manners.
For enabling globally, see the events on the node.js client, which will let you handle things in a corss cutting manner.

The Additional Assembly allows you to execute interesting things during indexing time, I don't think that this is applicable for your scenario.

RavenDB has an OR/M, it is just that you get that by default from the client.

Note that unique constraints in RavenDB would work differently (need cluster wide transactions for that, so require explciit behavior), see: https://ayende.com/blog/194405-A/ravendb-5-2-simplifying-atomic-cluster…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@BHVampire
Comment options

Answer selected by ayende
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants