classy-influxdb-simple-0.1.0.2: Super simple InfluxDB package in Classy-MTL style

Safe HaskellNone
LanguageHaskell2010

Database.InfluxDB.Simple.Classy.Types

Documentation

class ToLine a where Source #

Minimal complete definition

toLine

Methods

toLine :: a -> ByteString Source #

Instances

ToLine a => ToLine [a] Source # 

Methods

toLine :: [a] -> ByteString Source #

ToLine a => ToLine (Vector a) Source # 

class IsDb a where Source #

Minimal complete definition

toDbName

Methods

toDbName :: a -> Text Source #