Current section
Files
Jump to
Current section
Files
README.md
# CompositeA utility that may help in writing composable queries :).# ExampleSee [test file](test/composite_test.exs).## InstallationIf [available in Hex](https://hex.pm/docs/publish), the package can be installedby adding `composite` to your list of dependencies in `mix.exs`:```elixirdef deps do [ {:composite, "~> 0.1.0"} ]end```Docs can be found at [https://hexdocs.pm/composite](https://hexdocs.pm/composite).