InfluxDB::Database
Inherits Struct / Value / Object
Constructors
new(client : Client, name : String)
SourceInstance methods
drop
https://docs.influxdata.com/influxdb/latest/query_language/database_management/#delete-a-database-with-drop-database
name
Sourcequery(*args, **options)
Sourcequery(*args, **options, &)
Sourceselect(fields = "*")
Sourcewrite(series : String, value : Value, tags = Tags.new, timestamp : Time | Nil = nil)
Sourcewrite(series : String, fields : Fields, tags = Tags.new, timestamp : Time | Nil = nil)
Sourcewrite(point_values : Array(PointValue))
Sourcewrite(point_value : PointValue)
Sourcewrite
Source