SqlComposer_update
This module does not have a toplevel documentation block.
let modifier: (t, [ `Ignore | `LowPriority ]) => t
let set: (t, string, string) => t
let orderBy: (t, [ `Asc of string | `Desc of string ]) => t
let limit: (t, ~?offset: option(int), ~row_count: int) => t