package freetds
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=098a57f9168136583595c58c5ca2f356f5181b8ff8b2a8212d3582e2488577a6
md5=f950713241b759335af0e95555b4bb1f
Description
FreeTDS is a set of libraries for Unix and Linux that allows your programs to natively talk to Microsoft SQL Server and Sybase databases.
README
README.md
OCaml FreeTDS Binding
OCaml FreeTDS is a binding to portions of the db-lib
and ct-lib
of the FreeTDS library, for interfacing with Sybase and Microsoft SQL databases.
See the online documentation.
Installation
Before installing the bindings, you must have the development package of FreeTDS on your system. See freetds.opam to know what (system) package to install.
The simplest way of installing this library is to use opam:
opam install freetds
If you cloned this repository, issue make
to compile. To install: make install
.
To run the tests, you must first set the environment variables MSSQL_TEST_USER
, MSSQL_TEST_PASSWORD
, MSSQL_TEST_SERVER
and MSSQL_TEST_DATABASE
and, if necessary, TDSVER
(see appveyor.yml for example values). Then type make test
.
Examples
In the examples subdirectory is a simple SQL dispatcher script written against the Dblib
and the Ct
modules.
Known Bugs And Limitations
Some data types, such as datetimes, are returned as strings, because I haven't had time to write a good binding for them yet.
Contributors
License
ocaml-freetds is distributed under the terms of the GNU Lesser Public License, version 2.1 See the file LICENSE.md for details.