sqlcli: Sql Call-Level Interface bindings for Haskell.

[ bsd3, database, library ] [ Propose Tags ]

Provides bindings to SQL/CLI C API, importing all foreign functions defined in the specifications, defining types and constants used in the specification. Also it provides some wrapers to the foreign C calls and utilities to make using the SQL/CLI easier for the Haskell programmer.


[Skip to Readme]

Flags

Automatic Flags
NameDescriptionDefault
odbc

Compile against ODBC library

Enabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.2.0.0, 0.2.0.1, 0.2.1.0, 0.2.2.0
Change log ChangeLog
Dependencies base (>=4.7 && <5), logging (>=3.0 && <4), text (>=0.11.3.1), transformers (>=0.5 && <0.6) [details]
License BSD-3-Clause
Copyright 2017 Mihai Giurgeanu
Author Mihai Giurgeanu
Maintainer mihai.giurgean@gmail.com
Category Database
Home page http://hub.darcs.net/mihaigiurgeanu/sqlcli
Source repo head: darcs get http://hub.darcs.net/mihaigiurgeanu/sqlcli
Uploaded by mihaigiurgeanu at 2018-03-17T11:36:16Z
Distributions
Reverse Dependencies 2 direct, 0 indirect [details]
Downloads 2325 total (18 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-03-17 [all 1 reports]

Readme for sqlcli-0.2.0.1

[back to package description]

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.