dash
Quickly hop across records.
def deps do
[
{:dash, "~> 0.0.3"}
]
endPlace a .call in your codebase, such as:
DB_NODE=example.com
DB_USER=postgres
DB_PASS=abcd1234
DB_NAME=dbRun:
iex -S mix
Call |> Dash.readYou'll see a dump of the postgres table names you can access.
coming-soon
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.