Adds a function to sanitize LIKE / ILIKE strings that may contain wildcards or escapes.
The package can be installed by adding ecto_sanitized_like to your list of dependencies in mix.exs:
def deps do
[
{:ecto_sanitized_like, "~> 0.1.0"}
]
endDocumentation can be found at https://hexdocs.pm/ecto_sanitized_like.