postgrest-0.3.0.1: REST API for any Postgres database

Safe HaskellNone
LanguageHaskell2010

PostgREST.QueryBuilder

Description

This module provides functions to consume data types that represent database objects (e.g. Relation, Schema, SqlQuery) and produces SQL Statements.

Any function that outputs a SQL fragment should be in this module.

Documentation

asJson :: StatementT Source