Copyright | (c) 2016 Timo von Holtz <tvh@tvholtz.de> (c) 2014-2016 Andreas Meingast <ameingast@gmail.com> |
---|---|
License | BSD-style |
Maintainer | tvh@tvholtz.de |
Stability | experimental |
Portability | GHC |
Safe Haskell | None |
Language | Haskell2010 |
A collection of utilites for database migrations.
- existsTable :: Text -> Transaction Bool
Documentation
existsTable :: Text -> Transaction Bool Source #
Checks if the table with the given name exists in the database.