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.7 && <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-02-18T06:58:56Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 6108 total (42 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.4.0

[back to package description]

odpic-raw

Hackage

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:

edit Spec.hs, set username, password, constr for test oracle db

stack test

Stack dependencies :

this project is not in stackage yet, please add extra-deps in stack.yaml configuration.

# for lts-11.x, lts-12.x, lts-13.x
extra-deps:
  - odpic-raw-0.4.0
# for lts-10.x
extra-deps:
  - odpic-raw-0.1.11

More Documents: