Module

MySQL.Connection

#ConnectionInfo

type ConnectionInfo = { charset :: String, connectTimeout :: Milliseconds, database :: String, dateStrings :: Boolean, debug :: Boolean, host :: String, multipleStatements :: Boolean, password :: String, port :: Int, timezone :: String, trace :: Boolean, user :: String }

#QueryOptions

type QueryOptions = { nestTables :: Boolean, sql :: String }

#Connection

#defaultConnectionInfo

#queryWithOptions

#queryWithOptions_

#query

query :: forall a. ReadForeign a => String -> Array QueryValue -> Connection -> Aff (Array a)

#query_

query_ :: forall a. ReadForeign a => String -> Connection -> Aff (Array a)

#execute_

#closeConnection

Modules