Copyright | (c) 2016 Timo von Holtz <[email protected]> (c) 2014-2016 Andreas Meingast <[email protected]> |
---|---|
License | BSD-style |
Maintainer | [email protected] |
Stability | experimental |
Portability | GHC |
Safe Haskell | None |
Language | Haskell2010 |
Hasql.Migration.Util
Description
A collection of utilites for database migrations.
Synopsis
- existsTable :: Text -> Transaction Bool
Documentation
existsTable :: Text -> Transaction Bool Source #
Checks if the table with the given name exists in the database.