package mssql

  1. Overview
  2. Docs

Module Mssql.Pool

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
OCaml

Innovation. Community. Security.