orville-postgresql-1.0.0.0: A Haskell library for PostgreSQL
CopyrightFlipstone Technology Partners 2023
LicenseMIT
StabilityStable
Safe HaskellSafe-Inferred
LanguageHaskell2010

Orville.PostgreSQL.Schema

Description

You can import Orville.PostgreSQL.Schema to get access to all the functions related to representing a SQL schema. This includes a number of lower-level items not exported by Orville.PostgreSQL that give you more control (and therefore responsibility) over the definition of the schema.

Since: 1.0.0.0

Synopsis

Defining Tables

Defining Sequences