Skip to content

vkletsko/ebolt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ebolt

Ebolt is lightweight Erlang driver for Neo4j BOLT protocol.

Usage

{ok, C} = ebolt:connect([{username, <<"neo4j">>}, {password, <<>>}, {host, "localhost"}, {port, 7687}]).

ebolt:run(C, <<"CREATE (a:Person {name:'Bob'}) RETURN a">>, #{}).

About

Erlang driver for the neo4j bolt protocol

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published