@hackage odpic-raw0.1.7

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, forcreateStatement cannot show detail reason for what is wrong.

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.

extra-deps:
  - odpic-raw-0.1.7

More Documents: