postgresql-simple-migration-0.1.2.0: PostgreSQL Schema Migrations

PortabilityGHC
Stabilityexperimental
Maintainerameingast@gmail.com
Safe HaskellNone

Database.PostgreSQL.Simple.Util

Description

A collection of utilites for database migrations.

Synopsis

Documentation

existsTable :: Connection -> String -> IO BoolSource

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