odpic-raw: Oracle Database Bindings

[ database, ffi, library, mit, odpi-c, oracle, raw ] [ Propose Tags ]

A low-level client library for the Oracle database, implemented as bindings to the C ODPI API.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0, 0.1.1, 0.1.2, 0.1.3, 0.1.4, 0.1.5, 0.1.6, 0.1.7, 0.1.8, 0.1.9, 0.1.10, 0.1.11, 0.2.0, 0.2.1, 0.3.0, 0.3.1, 0.4.0, 0.5.0 (info)
Dependencies base (>=4.9 && <5), binary, bytestring, conduit, resourcet, scientific, time [details]
License MIT
Author
Maintainer Daniel YU <leptonyu@gmail.com>
Category Database, Oracle, ODPI-C, FFI, Raw
Home page https://github.com/leptonyu/odpic-raw#readme
Bug tracker https://github.com/leptonyu/odpic-raw/issues
Source repo head: git clone https://github.com/leptonyu/odpic-raw
Uploaded by leptonyu at 2019-04-24T05:11:30Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 6066 total (39 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for odpic-raw-0.5.0

[back to package description]

odpic-raw

Hackage Build Status

Haskell raw bindings to Oracle ODPI-C Library.

Requirements:

Installation:

stack build odpic-raw

Use environment DPI_DEBUG_LEVEL to set DPI debug level.

For non-english user, please set environment NLS_LANG to specify the oracle db encodings. use following sql to get the value.

SELECT USERENV ('language') FROM DUAL

Or use setupLanguage to set NLS_LANG automatically.

Test:

export DB_USER=username
export DB_PASS=password
export DB_URL=localhost/dbname
stack test

More Documents: