Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
07-04-2021 02:05 AM
I just spent some time debugging queries. There has to be a better ORM type driver than all this gibberish line noise? I haven't even got my query complete yet.
I tried using py2neo but it seems really lacking in features, for example how do I do an on match
incremetor like:
07-06-2021 01:30 PM
you could just use SET nid.count = colaesce(nid.count,0) +1
Did you check neomodel?
07-07-2021 03:56 PM
ok that's a nice syntax trick. I'll look at neomodel too.
I realized after that the python driver takes named $parameters
so that makes life a lot easier.
neoomodel documentation looks a bit more thorough than py2neo, i was wondering if you have any guidance on the pros/cons/differences?
All the sessions of the conference are now available online