Liking cljdoc? Tell your friends :D

kasandra.rules.effects

Effects is the result of intents.

Ordering

The collection of effects can potentially be grouped into groups determined by the value under :effects/order.

The possible values are

  • :kasandra.rules.effects.order/before - should be applied before others
  • (no entry) - should be applied between others
  • :kasandra.rules.effects.order/after - should be applied before others.
Effects is the result of intents.

# Ordering

The collection of effects can potentially be grouped into groups determined
by the value under :effects/order.

The possible values are
- `:kasandra.rules.effects.order/before` - should be applied before others
- (no entry) - should be applied between others
- `:kasandra.rules.effects.order/after` - should be applied before others. 
raw docstring

AddTableColumnsclj


CreateTableclj


CreateViewclj


DropTableclj


DropTableColumnclj


DropViewclj


Effectcljprotocol

Marker protocol.

Marker protocol.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close