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