I just started writing some Neo with Go and quickly became tired of writing basic CREATE, UPDATE, DELETE strings, so I made Khadijah Let me know what you think.
I ran into a an issue with a constraint returning an error, but I do not want to display that error to my users.
`Node(136) already exists with label` User` and property `email_address` = 'test@test.com'
I figured if we could easily add a method/pro...
Parsing the message is the only way, without updating the actual response from the server, to get that information to display to your users.
I could check for the existence of an entity with certain values before I attempt to add a new one, but that ...