Sha256: c4797056262d3d868bd343db8d52fd90d50162e9d45b5473ab20c98d6ed604c4

Contents?: true

Size: 617 Bytes

Versions: 3

Compression:

Stored size: 617 Bytes

Contents

.TH alf\-show
.PP
Evaluates a query and shows the result.
.SH Synopsis
.PP
\fB\fCalf\fR [\fB\fC\-\-csv\fR|\fB\fC\-\-json\fR\&...] show \fIQUERY\fP \-\- [\fIORDERING\fP]
.SH Description
.PP
Take a query argument and execute it against the current database (according
to options passed to the \fB\fCalf\fR main command). Show the result on standard
output. The format (e.g. json) may be specified through \fB\fCalf\fR main options.
.PP
When an ordering is specified, tuples are rendered in the order specified.
.SH Example
.PP
\fB\fCalf\fR \fB\fC\-\-examples\fR show "restrict(suppliers, city: 'London')" \-\- name DESC

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
alf-shell-0.16.3 doc/man/alf-show.man
alf-shell-0.16.2 doc/man/alf-show.man
alf-shell-0.16.1 doc/man/alf-show.man