postgresql-simple-migration-0.1.1.0: PostgreSQL Schema Migrations

Copyright(c) 2014 Andreas Meingast <ameingast@gmail.com>
LicenseBSD-style
Maintainerameingast@gmail.com
Stabilityexperimental
PortabilityGHC
Safe HaskellNone
LanguageHaskell2010

Database.PostgreSQL.Simple.Internal.Util

Description

Migration library for postgresql-simple.

Synopsis

Documentation

existsTable :: Connection -> String -> IO Bool Source

Checks if the table named table exists in the provided database.