Sha256: 0222daa53f32fd88091a1c8c2e2c2964557cd472f4c900654ddc2cd8df6a9d97
Contents?: true
Size: 531 Bytes
Versions: 6
Compression:
Stored size: 531 Bytes
Contents
# alf-show Evaluates a query and shows the result. ## Synopsis `alf` [`--csv`|`--json`...] show *QUERY* -- [*ORDERING*] ## Description Take a query argument and execute it against the current database (according to options passed to the `alf` main command). Show the result on standard output. The format (e.g. json) may be specified through `alf` main options. When an ordering is specified, tuples are rendered in the order specified. ## Example `alf` `--examples` show "restrict(suppliers, city: 'London')" -- name DESC
Version data entries
6 entries across 6 versions & 1 rubygems