Just as a followup since I also got this type error using the `Laudis\Neo4j\ClientBuilder'. So in the README it has this code
$client = Laudis\Neo4j\ClientBuilder::create()
->addHttpConnection('backup', 'http://neo4j:password@localhost')
->a...
james3:
:7687
I am having trouble with understanding the author's documentation on github for this driver. I almost have no idea what to include in the addHttpConnection and addBoltConnection uris. Do we actually put our password in where it...
Quick follow up.
First, thanks for this. How do we add a database name to the driver? We can do this in python and R drivers but I don't see documentation how to add database to the driver constructor in the basic function.