struct

InfluxDB::Database

Inherits Struct / Value / Object

Constructors

new(client : Client, name : String)
Source

Instance methods

drop

https://docs.influxdata.com/influxdb/latest/query_language/database_management/#delete-a-database-with-drop-database

Source
name
Source
query(*args, **options)
Source
query(*args, **options, &)
Source
select(fields = "*")
Source
write(series : String, value : Value, tags = Tags.new, timestamp : Time | Nil = nil)
Source
write(series : String, fields : Fields, tags = Tags.new, timestamp : Time | Nil = nil)
Source
write(point_values : Array(PointValue))
Source
write(point_value : PointValue)
Source
write
Source