| Copyright | (c) Winterland, 2016 |
|---|---|
| License | BSD |
| Maintainer | [email protected] |
| Stability | experimental |
| Portability | PORTABLE |
| Safe Haskell | None |
| Language | Haskell2010 |
Database.MySQL.OpenSSL
Description
This module provides secure MySQL connection using HsOpenSSL package.
Documentation
connect :: ConnectInfo -> SSLContext -> IO MySQLConn Source #
connectDetail :: ConnectInfo -> SSLContext -> IO (Greeting, MySQLConn) Source #