Signal drop!
Relay (operand.online) is unreachable.
Usually, a dropped signal means an upgrade is happening. Hold on!
Sorry, no connección.
Hang in there while we get back on track
gram: dash
Clone using:
git clone base.operand.online:dash
cd ./dash
dash
Quickly hop across records.
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.