Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Mssql.Pool
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