Current section

Files

Jump to
matcha docs guides usage tables.livemd
Raw

docs/guides/usage/tables.livemd

<!-- vim: set syntax=markdown: -->
# Selecting Objects From Tables
## Getting started
```elixir
Mix.install([{:matcha, github: "christhekeele/matcha", tag: "stable"}])
```
```elixir
require Matcha
```
```elixir
spec =
Matcha.spec do
{x, y, z} -> {x, y, z}
end
```