neo4j / neo4j-python-driver

Neo4j Bolt driver for Python
https://neo4j.com/docs/api/python-driver/current/
Other
898 stars 186 forks source link

Interacting with database from pure python? #880

Closed eregen closed 1 year ago

eregen commented 1 year ago

Is it possible to interact with a neo4j database, create an instance, update it with new data, or delete an instance entirely from a python script?

robsdedude commented 1 year ago

Hello and thanks for reaching out.

I'll quote the issue template

If you are unsure about the usage of the driver, this issue tracker is not the right place to ask. Please use one of the following channels instead:

With that said, it should be possible by writing a wrapper that starts a neo4j server. You could for example use libraries that interact with docker to start a dockerized server. This is certainly beyond the scope of the driver :)