module Dbi_mysql: sig end
Dbi
for main documentation.
NB. Support for MySQL is VERY limited at present. I hope someone who
uses MySQL more regularly will fill in the gaps. - RWMJ.
class connection : ?host:string ->
?port:string -> ?user:string -> ?password:string -> string -> object end