hsql-postgresql-1.8.2: A Haskell Interface to PostgreSQL via the PQ library.

Safe HaskellSafe-Infered

DB.HSQL.PG.Sql

Description

SQL queries.

Synopsis

Documentation

sqlAllTableNames :: StringSource

retrieval of the names of all tables

sqlAllFieldDefsForTableName :: SqlBind t => t -> StringSource

retrieval of the field defs for a table name