Function init_table_and_conn

Source
pub async fn init_table_and_conn(
    bs_inst: TypedSpiBsInst<'_, TardisRelDBClient>,
    ctx: &TardisContext,
    mgr: bool,
    tag: Option<&str>,
    table_flag: &str,
    table_create_content: &str,
    table_inherits: Option<String>,
    indexes: Vec<(&str, &str)>,
    primary_keys: Option<Vec<&str>>,
    update_time_field: Option<&str>,
) -> TardisResult<(TardisRelDBlConnection, String)>
Expand description

Initialize the table and connection 初始化表和连接