mysql-haskell-0.8.0.0: pure haskell MySQL driver

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

Database.MySQL.TLS

Description

This module provides secure MySQL connection using tls package, please make sure your certificate is v3 extension enabled.

Synopsis

Documentation

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

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