| Portability | GHC |
|---|---|
| Stability | experimental |
| Maintainer | ameingast@gmail.com |
| Safe Haskell | None |
Database.PostgreSQL.Simple.Internal.Util
Description
Migration library for postgresql-simple.
- existsTable :: Connection -> String -> IO Bool
Documentation
existsTable :: Connection -> String -> IO BoolSource
Checks if the table named table exists in the provided database.