Skip to main content

create_record_postgres

Function create_record_postgres 

Source
pub async fn create_record_postgres(
    pool: &PgPool,
    table: &str,
    content: Value,
) -> Result<Value>