Skip to content

v0.25.0

Compare
Choose a tag to compare
@neilotoole neilotoole released this 19 Mar 06:31
· 393 commits to master since this release
89ba5a0

Added

  • #15: Column Aliases. You can now change specify an alias for a column (or column expression
    such as a function). For example: sq '.actor | .first_name:given_name, or sq .actor | count(*):quantity.
  • #151: sq add now has a --active flag, which immediately sets the new source
    as the active source.