Data Types
RageDB currently supports booleans, 64-bit integers, 64-bit doubles, strings and lists of the preceding data types:
boolean, integer, double, string, boolean_list, integer_list, double_list, string_list
Lua API
Property Types
RageDB currently supports booleans, 64-bit integers, 64-bit doubles, strings and lists of the preceding data types:
boolean, integer, double, string, boolean_list, integer_list, double_list, string_list
Property Types
Add a property to a Node Type
Number NodePropertyTypeAdd(String node_type, String property, String data_type)
Add a property to a Relationship Type
Number RelationshipPropertyTypeAdd(String relationship_type, String property, String data_type)
Remove a property from a Node Type
Boolean NodePropertyTypeDelete(String node_type, String property)
Remove a property from a Relationship Type
Boolean RelationshipPropertyTypeDelete(String relationship_type, String property)