Versions in this module Expand all Collapse all v0 v0.0.1 Jan 26, 2023 Changes in this version + func ClearDBForTesting(client Client) error + func ReadQuery(client Client, query string, args map[string]interface{}) ([]interface{}, error) + func ReadQueryForTesting(client Client, query string, args map[string]interface{}) ([][]interface{}, error) + func WriteQueryForTesting(client Client, query string, args map[string]interface{}) error + type AuthToken = neo4j.AuthToken + func CreateAuthTokenForTesting() AuthToken + func CreateAuthTokenWithUsernameAndPassword(username string, password string, realm string) AuthToken + type Client = neo4j.Driver + func EmptyClientForTesting(dbUri string) (Client, error) + func NewGraphClient(uri string, authToken AuthToken) (Client, error) + type Transaction = neo4j.Transaction + type TransactionWork = neo4j.TransactionWork v0.0.1-alpha.0 May 9, 2023