influxdb-0.9.0: Haskell client library for InfluxDB

Safe HaskellNone
LanguageHaskell2010

Database.InfluxDB.TH

Synopsis

Documentation

data Options Source

Constructors

Options 

stripPrefixLower Source

Arguments

:: String

Prefix to be stripped

-> String

Input string

-> String 

Strip the prefix then convert to lowerCamelCase.

stripPrefixSnake Source

Arguments

:: String

Prefix to be stripped

-> String

Input string

-> String 

Strip the prefix then convert to snake_case.