@hackage sqlcli0.2.0.1
Sql Call-Level Interface bindings for Haskell.
Installation
Dependencies (4)
- base >=4.7 && <5
- logging >=3.0 && <4
- text >=0.11.3.1
- transformers >=0.5 && <0.6 Show all…
Dependents (2)
@hackage/sqlcli-odbc, @hackage/transfer-db
Package Flags
odbc
(on 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.