Bolt.Sips v1.1.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
A library that handles Bolt Protocol (v1 and v2). Note that for now, only Neo4j implements Bolt v2
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
Represents an error when encoding data for the Bolt protocol
Mix Tasks
Quickly run Cypher commands from a mix task