postgresql-simple-migration-0.1.1.0: PostgreSQL Schema Migrations

PortabilityGHC
Stabilityexperimental
Maintainerameingast@gmail.com
Safe HaskellNone

Database.PostgreSQL.Simple.Internal.Util

Description

Migration library for postgresql-simple.

Synopsis

Documentation

existsTable :: Connection -> String -> IO BoolSource

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