module Flux
Defined in:
flux.crflux/errors.cr
Constant Summary
-
VERSION =
`shards version`
Class Method Summary
-
.configure(&) : Nil
Sets the root config used by
Flux.write
andFlux.query
and create a global client based on this. -
.query(expression)
Executes a query on a the globally configured instance.
-
.query(expression, &block : QueryResult::Row, Array(QueryResult::Column) -> T) forall T
Executes a query on a the globally configured instance.
-
.write(point)
Writes a point the default configured bucket.
Class Method Detail
def self.configure(&) : Nil
#
Sets the root config used by Flux.write
and Flux.query
and create a
global client based on this.
Executes a query on a the globally configured instance.