README.md

# Composite
A utility that may help in writing composable queries :).

# Example
See [test file](test/composite_test.exs).

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `composite` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:composite, "~> 0.1.0"}
  ]
end
```
Docs can be found at [https://hexdocs.pm/composite](https://hexdocs.pm/composite).