ksql/examples
Vinícius Garcia a1403dc9d3 Simplify the signature of the Delete() method
This change was finally made because the Delete function was the
only helper function that was not returning the ksql.ErrRecordNotFound
when no rows were found.

The other reason for this change is that we the most common use case is
by far for deleting a single element, and the philosophy of the library
is to optimize for the most common use-cases.

For making it easier to write queries for deleting many items
as well as many other less common use cases we
are already implementing the `kbuilder` package which is a
query builder.
2021-11-22 19:42:33 -03:00
..
all_adapters Add adapters for each possible db technology 2021-11-14 14:54:01 -03:00
crud Add adapters for each possible db technology 2021-11-14 14:54:01 -03:00
example_service Simplify the signature of the Delete() method 2021-11-22 19:42:33 -03:00