Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Mssql.TestExposes functions to help with tests that use Mssql
val with_conn :
(Mssql__.Client.t -> 'a Async.Deferred.t) ->
'a Async.Deferred.tMssql db connection with test credentials
val with_pool :
?max_connections:int ->
(Mssql__.Client.Pool.p -> 'a Async.Deferred.t) ->
'a Async.Deferred.tMssql db connection pool with test credentials