Module Dbi_perl


module Dbi_perl: sig  end
Use Perl DBD (database drivers) with Dbi.

This module lets you use any Perl DBD (database driver) with the Dbi. You can use this as a stopgap until native OCaml support is available.

Please see Dbi for main documentation.


class connection : ?host:string ->
?port:string -> ?user:string -> ?password:string -> string -> object end