backend-0.1.0.0
Safe HaskellNone
LanguageHaskell2010

Database

Documentation

getConnection :: IO (Either ConnectionError Connection) Source #

getPool :: IO Pool Source #

migrate :: Connection -> IO (Either SessionError [Maybe MigrationError]) Source #