Skip to main content

SQL_INSERT_RELATION

Constant SQL_INSERT_RELATION 

Source
pub const SQL_INSERT_RELATION: &str = "INSERT OR REPLACE INTO mcp_relations (from_entity, to_entity, relation_type) VALUES (?1, ?2, ?3)";