summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-06-05Has the DB run as a separate node.nsensfel
I am still figuring out how Erlang handles node connections... It would seem that spawn(NODE, ...) automatically initiates the connection to NODE (i.e. no need to use net_kernel:connect_node before).
2018-06-04Starting to work on the DB implementation.nsensfel