@hackage sqlcli0.1.0.0
Sql Call-Level Interface bindings for Haskell.
Categories
License
BSD-3-Clause
Maintainer
mihai.giurgean@gmail.com
Links
Versions
Installation
Dependencies (2)
- base >=4.7 && <5
- transformers >=0.5 && <0.6 Show all…
Dependents (2)
@hackage/sqlcli-odbc, @hackage/transfer-db
Package Flags
odbc
(off by default)
Compile against ODBC library
sqlcli
A library wrapping X/Open's SQL/CLI specification for C bindings.
The SQL.CLI module contains all the foreign function calls, constants
and types defined by the SQL/CLI specificaition.
SQL.CLI.Utils module contains wrappers to SQL/CLI function calls
that make easier to treat the error cases and deal with the SQL/CLI
diagnostic as well as other useful constructs in calling SQL/CLI API.