Add support for boolean properties

Issue #8 closed
Vince Bickers repo owner created an issue

Neo4j allows the following types of scalar properties to be stored:

  • integers, represented by Long values
  • reals, represented by Double values
  • text, represented by String values
  • true/false represented by Boolean values

As well as vectors of these types. We currently don't have support for true/false scalar values.

Comments (3)

  1. Log in to comment