Skip to main content

merge_record_sqlite

Function merge_record_sqlite 

Source
pub async fn merge_record_sqlite(
    pool: &SqlitePool,
    table: &str,
    id: &str,
    patch: Value,
) -> Result<Value>