struct InfluxDB::Databases

Included Modules

Defined in:

influxdb/databases.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(client : Client) #

[View source]

Instance Method Detail

def [](name : String) #

[View source]
def all #

[View source]
def create(name) #

[View source]
def each(&) #
Description copied from module Enumerable(InfluxDB::Database)

Must yield this collection's elements to the block.


[View source]
def query(*args, **options) #

[View source]
def query(*args, **options, &) #

[View source]