mysql-haskell-0.5.1.0: pure haskell MySQL driver

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

Database.MySQL.Protocol.Auth

Description

Auth related packet.

Synopsis

Documentation

putAuth :: Auth -> Put Source

clientCharset :: Word8 Source

Always use utf8_general_ci when connecting mysql server, since this will simplify string decoding.