github.com/influxdata/influxql@v1.1.0/doc.go (about)

     1  /*
     2  Package influxql implements a parser for the InfluxDB query language.
     3  
     4  InfluxQL is a DML and DDL language for the InfluxDB time series database.
     5  It provides the ability to query for aggregate statistics as well as create
     6  and configure the InfluxDB server.
     7  
     8  See https://docs.influxdata.com/influxdb/latest/query_language/
     9  for a reference on using InfluxQL.
    10  
    11  */
    12  package influxql