Library to connect to Microsoft Sql Server?

Is there any library to connect to Microsoft sql server from ocaml?
And is there any ocaml equivalent to JDBC or Perl’s DBI


You can use OCaml FreeTDS or OCaml ODBCwith the correct driver. Lately, I’ve been using the former. There used to be an OCaml DBI but it is no longer up-to-date.

1 Like