peregrin-0.1.1: Database migration support for use in other libraries.

Safe HaskellNone
LanguageHaskell2010

Database.Peregrin.Metadata

Synopsis

Documentation

data Schema Source #

A schema designation.

Instances

data Table Source #

Table name, including which schema it is in.

Constructors

Table Schema Text 

Instances

class ToSQL a where Source #

Convert metadata object identifier to its quoted SQL representation.

Minimal complete definition

toSQL

Methods

toSQL :: a -> Text Source #

Instances

data Typ Source #

Type name, including which schema it is in.

Constructors

Typ Schema Text 

Instances