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

kasandra.schema

Utilities for creating/navigating an in-memory represenatation of a Cassandra keyspace.

Notes: expect functions with match-X prefix to mostly do matching (via core.match). Functions without the match-X prefix should return objects ready for use.

The CQL parser uses a slightly modified ANTLR grammar file available from

https://github.com/antlr/grammars-v4/tree/master/cql3

Utilities for creating/navigating an in-memory represenatation of a Cassandra keyspace.

Notes: expect functions with `match-X` prefix to mostly do matching (via core.match).
Functions without the `match-X` prefix should return objects ready for use.

The CQL parser uses a slightly modified ANTLR grammar file available from 

https://github.com/antlr/grammars-v4/tree/master/cql3
raw docstring

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

× close