README.md
# dash
Quickly hop across records.
```elixir
def deps do
[
{:dash, "~> 0.0.3"}
]
end
```
Place a `.call` in your codebase, such as:
```
DB_NODE=example.com
DB_USER=postgres
DB_PASS=abcd1234
DB_NAME=db
```
Run:
```
iex -S mix
Call |> Dash.read
```
You'll see a dump of the postgres table names you can access.
- - -
## Coming Soon:
- Read each table for column names and types.
- Propose sensible Ash code for each relation.
- Probe for management permissions.
- Explore and manage records in a simple spreadsheet.