module Dbi_perl: sig end
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