odpic-raw: Oracle Database Bindings

[ database, ffi, library, mit, odpi-c, oracle, raw ] [ Propose Tags ]
This version is deprecated.

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), conduit, monad-control, resourcet, text, time, unliftio-core [details]
License BSD-3-Clause
Copyright (c) Daniel YU
Author Daniel YU
Maintainer leptonyu@gmail.com
Category Database, Oracle, ODPI-C, FFI, Raw
Home page https://github.com/leptonyu/odpic-raw#readme
Source repo head: git clone https://github.com/leptonyu/odpic-raw.git
Uploaded by leptonyu at 2018-06-03T13:09:36Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 6088 total (57 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.2.0

[back to package description]

odpic-raw

Hackage

Haskell raw bindings to Oracle ODPI-C Library

Requirements:

Install:

stack install 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

Test:

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

stack test

Stack dependent :

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

# for lts-11.x
extra-deps:
  - odpic-raw-0.2.0
# for lts-10.x
extra-deps:
  - odpic-raw-0.2.0

More Documents: