Skip to main content

SQL_INSERT_ENTITY

Constant SQL_INSERT_ENTITY 

Source
pub const SQL_INSERT_ENTITY: &str = "INSERT OR IGNORE INTO mcp_entities (name, entity_type) VALUES (?1, ?2)";