Neo4j
Last updated
Last updated
Neo4j client
url (str): Connetcion URL.
user (str): Authentication user.
password (str): Authentication password.
Close driver.
database (str): Database name.
Returns:
Session: Neo4j session.
database (str): Database name.
transaction_function (Callable[[ManagedTransaction, Any], Any]): Transaction that will be executed. More about transaction_functions:
name (Optional[str], optional): Name for identification. If equals to None, class name will be used. Defaults to None.
input_data (Dict[str, Any]): Expected keys:
"args" (List[Any], optional): Positional arguments for transaction function.
"kwargs" (Dict[str, Any], optional): Keyword arguments for transaction function.
Any: Result of the executed transaction
database (str): Database name.
transaction_function (Callable[[ManagedTransaction, Any], Any]): Transaction that will be executed. More about transaction_functions:
name (Optional[str], optional): Name for identification. If equals to None, class name will be used. Defaults to None.
input_data (Dict[str, Any]): Expected keys:
"args" (List[Any], optional): Positional arguments for transaction function.
"kwargs" (Dict[str, Any], optional): Keyword arguments for transaction function.
Any: Result of the executed transaction
Subclass of . Type of [Dict[str, Any], Any]
client (): Client that will be used.
Subclass of . Type of [Dict[str, Any], Any]
client (): Client that will be used.