Bolt.Sips v1.0.0-rc2 API Reference

Modules

A Neo4j Elixir driver wrapped around the Bolt protocol

just hold the user config and offer some utility for accessing it

represents an error message

Implements callbacks required by DBConnection

Provides a simple Query DSL

Support for transforming a Bolt response to a list of Bolt.Sips.Types or arbitrary values

A default socket interface used to communicate to a Neo4j instance

Bolt returns success or Error, in response to our requests

Basic support for representing nodes, relationships and paths belonging to a Neo4j graph database

base structure for Node and Relationship

Self-contained graph node

Self-contained graph path

Self-contained graph relationship

Self-contained graph relationship without endpoints. An UnboundRelationship represents a relationship relative to a separately known start point and end point

Common utilities

Exceptions

This module defines a Bolt.Sips.Exception structure containing two fields

Mix Tasks

Quickly run Cypher commands from a mix task