Bolt.Sips v0.1.0 Bolt.Sips.Connection

This module handles the connection to Neo4j, providing support for queries, transactions, logging, pooling and more.

Do not use this module directly. Use the Bolt.Sips.conn instead

Summary

Functions

Logs the given message in debug mode

Types

t :: %Bolt.Sips.Connection{opts: Keyword.t}

Functions

conn()
log(message)

Logs the given message in debug mode.

The logger call will be removed at compile time if compile_time_purge_level is set to higher than :debug

send(conn, query, params)