pub async fn set_schema_to_session(
schema_name: &str,
conn: &mut TardisRelDBlConnection,
) -> TardisResult<()>Expand description
Set the schema to the session 将schema设置到会话中
After setting, the operation of the current connection does not need to add the schema prefix 设置后当前连接的操作不需要再加上schema前缀