package mssql

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Exposes functions to help with tests that use Mssql

val with_conn : (Mssql__.Client.t -> 'a Async.Deferred.t) -> 'a Async.Deferred.t

Mssql db connection with test credentials

val with_pool : ?max_connections:int -> (Mssql__.Client.Pool.p -> 'a Async.Deferred.t) -> 'a Async.Deferred.t

Mssql db connection pool with test credentials