| Portability | GHC |
|---|---|
| Stability | experimental |
| Maintainer | [email protected] |
| Safe Haskell | None |
Database.PostgreSQL.Simple.Util
Description
A collection of utilites for database migrations.
- existsTable :: Connection -> String -> IO Bool
Documentation
existsTable :: Connection -> String -> IO BoolSource
Checks if the table with the given name exists in the database.