Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 427 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 427 Bytes

couchbaselib

Haskell wrapper for couchbase SDK. In order to run this you should install Couchbase C SDK. If you want to run the tests please run

docker-compose -f ./docker-compose.yml up --build

from docker folder. In another terminal window run

cabal test --test-show-details=always --test-option=--color

from the main folder