njord-rs / njord

A lightweight ORM library for Rust ⛵
https://njord.rs
BSD 3-Clause "New" or "Revised" License
398 stars 21 forks source link

Add UPDATE #65

Closed mjovanc closed 6 months ago

mjovanc commented 6 months ago
UPDATE table_name
SET column1 = value1, column2 = value2, ...
WHERE condition;
mjovanc commented 6 months ago

Adding PR, once it passed, it will get merged. https://github.com/njord-rs/njord/pull/66