| Safe Haskell | None |
|---|---|
| Language | GHC2021 |
Hasql.Generate.Connection
Documentation
data ConnectionInfo Source #
Constructors
| PgSimpleInfo | |
| PgConnectionString String | |
Instances
| Default ConnectionInfo Source # | |
Defined in Hasql.Generate.Connection Methods def :: ConnectionInfo # | |
withCompileTimeConnection :: ByteString -> (Connection -> IO a) -> IO a Source #