package mssql

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type p
val with_pool : host:string -> db:string -> user:string -> password:string -> port:string -> ?max_connections:int -> (p -> 'a Async.Deferred.t) -> 'a Async.Deferred.t
val with_conn : p -> (Mssql__.Client.t -> 'a Async.Deferred.t) -> 'a Async.Deferred.t