hsql-mysql-1.8.2: MySQL driver for HSQL.

Safe HaskellSafe-Infered

Database.HSQL.MySQL

Description

 

Synopsis

Documentation

connectSource

Arguments

:: String

Server name

-> String

Database name

-> String

User identifier

-> String

Authentication string (password)

-> IO Connection 

Makes a new connection to the database server.