Copyright | (c) 2014 Andreas Meingast <ameingast@gmail.com> |
---|---|
License | BSD-style |
Maintainer | ameingast@gmail.com |
Stability | experimental |
Portability | GHC |
Safe Haskell | None |
Language | Haskell2010 |
A collection of utilites for database migrations.
- existsTable :: Connection -> String -> IO Bool
Documentation
existsTable :: Connection -> String -> IO Bool Source
Checks if the table with the given name exists in the database.