Ethan Posner

Results 4 comments of Ethan Posner

Suppose I have the following models from the documentation. ```python class FriendRel(StructuredRel): since = DateTimeProperty( default=lambda: datetime.now(pytz.utc) ) met = StringProperty() class Person(StructuredNode): name = StringProperty() friends = RelationshipTo('Person', 'FRIEND',...

This would be awesome. In my project, I'll either need to use raw cypher queries or switch to py2neo.ogm, but this would have been great to have.

I'm currently trying to figure this out. Are there any resources I can consult for figuring this out? I know basically nothing about Python AsyncIO. I want to have a...

I've been dealing with this issue too. It mainly occurs after I've started a huge operation that fails. Then the database reports that it is unable to rollback the transaction,...