Skip to content

Support for Guid and EnumΒ #801

@bar10dr

Description

@bar10dr

When trying to store an object with a Guid or Enum I get a driver respons that it does not support the types.

From looking around, it seems like in order to use these normal .net types, every user of official neo4j driver has to implement their own cast of these types in order to use them.

Wouldn't it be better if the driver provided this out of the box, so every single user doesn't have to implement their own variation?

If neo4j in the far future perhaps decides to implement these types, if you made the conversion manually or not makes no difference, either you would continue using the conversion to string, or you would have to migrate your data over. It would make no difference if the conversion was built into the driver or not.

At the very least documentation on how to do this would be appreciated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions