hasql-migration-0.3.1: PostgreSQL Schema Migrations
Copyright(c) 2016 Timo von Holtz <[email protected]>
(c) 2014-2016 Andreas Meingast <[email protected]>
LicenseBSD-style
Maintainer[email protected]
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.