hasql-migration-0.2.0: PostgreSQL Schema Migrations

Copyright(c) 2016 Timo von Holtz <tvh@tvholtz.de>
(c) 2014-2016 Andreas Meingast <ameingast@gmail.com>
LicenseBSD-style
Maintainertvh@tvholtz.de
Stabilityexperimental
PortabilityGHC
Safe HaskellNone
LanguageHaskell2010

Hasql.Migration.Util

Description

A collection of utilites for database migrations.

Synopsis

Documentation

existsTable :: Text -> Transaction Bool Source #

Checks if the table with the given name exists in the database.