Function set_schema_name_to_ext

Source
pub fn set_schema_name_to_ext(
    schema_name: &str,
    ext: &mut HashMap<String, String>,
)
Expand description

Set the schema name to the extension 将schema名称设置到扩展中

Each subject of the request (tenant or application) data will be isolated into different schemas, and the schema name is determined by the isolation flag 每个请求主体(租户或应用)的数据都会被隔离到不同的schema中,schema的名称由隔离标识决定