mysql-haskell-0.4.1.0: pure haskell MySQL driver

Copyright(c) Winterland, 2016
LicenseBSD
Maintainerdrkoster@qq.com
Stabilityexperimental
PortabilityPORTABLE
Safe HaskellNone
LanguageHaskell2010

Database.MySQL.OpenSSL

Description

This module provides secure MySQL connection using HsOpenSSL package.

Synopsis

Documentation

connect :: ConnectInfo -> (SSLContext, String) -> IO MySQLConn Source #

Provide a SSLContext and a subject name to establish a TLS connection.