@hackage hypher0.1.5
A Haskell neo4j client
Installation
Dependencies (19)
- base >=4.6 && <4.8
- bytestring >=0.10 && <0.11
- containers >=0.5 && <0.6
- mtl >=2.2 && <2.3
- text >=1.1 && <1.3
- transformers >=0.4 && <0.5 Show all…
Dependents (1)
@hackage/acme-everything
Library to interact with Neo4j databases.
This library covers:
Cypher transactions
CRUD operations for nodes, relationships, labels and indexes
Batch calls for CRUD operations.
All code has been tested with Neo4j versions 2.0.3 and 2.1.5. This is a fork of: http://hackage.haskell.org/package/haskell-neo4j-client. Attempting to bring it up to date. Only supports new Transactional Cypher REST api.