adam-cowley / neode

Neo4j OGM for Node.js
MIT License
394 stars 72 forks source link

No transactions? #167

Open drewcapener opened 2 years ago

drewcapener commented 2 years ago

I noticed that there doesn't seem to be any support for writing with transactions. Is that correct? @adam-cowley

JedrzejMajko commented 7 months ago

There is, you can use batch() - it runs all queries inside a transaction / WRITE session.