psql-helpers-0.1.0.0: A small collection of helper functions to generate postgresql queries

Safe HaskellNone
LanguageHaskell2010

Database.PostgreSQL.Helpers

Synopsis

Documentation

(@=) :: ToField a => FieldName -> a -> (FieldName, Action) #

insert :: Connection -> TableName -> [(FieldName, Action)] -> IO () #

Build and run an insert query