functor (Dbi_driver : DBI_DRIVER) -> sig type connection = Dbi_driver.connection val get : Netcgi.cgi -> ?host:string -> ?port:string -> ?user:string -> ?password:string -> string -> connection end