influxdb-0.2.2: Haskell client library for InfluxDB

Safe HaskellNone

Database.InfluxDB.TH

Synopsis

Documentation

data Options Source

Constructors

Options 

stripPrefixLowerSource

Arguments

:: String

Prefix to be stripped

-> String

Input string

-> String 

Strip the prefix then convert to lowerCamelCase.

stripPrefixSnakeSource

Arguments

:: String

Prefix to be stripped

-> String

Input string

-> String 

Strip the prefix then convert to snake_case.