pub fn create_schema(conn: &Connection) -> Result<()>Expand description
Create the knowledge graph schema in the database.
Alias for ensure_schema kept for backward compatibility.
pub fn create_schema(conn: &Connection) -> Result<()>Create the knowledge graph schema in the database.
Alias for ensure_schema kept for backward compatibility.