-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/


-- | TLS support for mysql-haskell package using openssl
--   
--   TLS support for mysql-haskell package using openssl
@package mysql-haskell-openssl
@version 0.8.3.0


-- | This module provides secure MySQL connection using <tt>HsOpenSSL</tt>
--   package.
module Database.MySQL.OpenSSL

-- | Provide a <a>SSLContext</a> and a subject name to establish a TLS
--   connection.
connect :: ConnectInfo -> (SSLContext, String) -> IO MySQLConn
connectDetail :: ConnectInfo -> (SSLContext, String) -> IO (Greeting, MySQLConn)
