neo4j-labs / rdflib-neo4j

RDFLib Store backed by neo4j + n10s
Apache License 2.0
55 stars 6 forks source link

Ability to initialize the store with an existing driver object #31

Closed nmervaillie closed 6 days ago

nmervaillie commented 1 week ago

This allows fine-grained customization of the neo4j driver settings and scenarios like SSO.

Adds an optional parameter to the Neo4j store initialization.

This had been tested using the test suite, on a locally running neo4j instance.

Closes #30