add_property

Function add_property 

Source
pub fn add_property(
    graph: &SqliteGraph,
    entity_id: i64,
    key: &str,
    value: &str,
) -> Result<(), SqliteGraphError>