r-dbi / backends

Details on DBI backends
https://www.r-dbi.org/backends/
15 stars 6 forks source link

neo4j backends #67

Closed patzaw closed 2 years ago

patzaw commented 3 years ago

Hi

Here are 2 backends for neo4j (https://neo4j.com/):

Thank you

Patrice

krlmlr commented 2 years ago

Thanks. This collection only considers DBI backends -- packages that implement the interface defined by the DBI package. I checked the two packages you pointed me to, it seems that they are not using DBI at all?

patzaw commented 2 years ago

Oups. Sorry for the confusion. Indeed these 2 packages are not DBI backends. They connect to neo4j db using a REST API, but they do not implement a DBI backend. I should have pay more attention to the intend of this project. Thank you for your very kind answer.