Luna::QueryBuilder
Class methods
DELETE ... WHERE (both input styles)
stmt + params: Array
stmt + params: NamedTuple
update(table : String, data : Hash(Symbol, DB::Any), id : DB::Any, pk : String | Symbol = "id") : Update
UPDATE (by id)
update_where(table : String, data : Hash(Symbol, DB::Any), filters : Hash(Symbol, DB::Any)) : Update
UPDATE ... WHERE (all combos)