sqlcli: Sql Call-Level Interface bindings for Haskell.

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Warnings:

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]

Properties

Versions 0.1.0.0, 0.1.0.0, 0.2.0.0, 0.2.0.1, 0.2.1.0, 0.2.2.0
Change log None available
Dependencies base (>=4.7 && <5), 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 2017-09-07T19:09:58Z

Modules

[Index]

Flags

Manual Flags

NameDescriptionDefault
odbc

Compile against ODBC library

Disabled

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


Readme for sqlcli-0.1.0.0

[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.