Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nao1215 authored Nov 18, 2022
1 parent 8d7f902 commit cfeaa1f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
The sqly command has sqly-shell. You can interactively execute SQL with sql completion and command history. Of course, you can also execute SQL without running the sqly-shell.

# Features
✅ execute SQL against CSV / TSV / LTSV / JSON.
✅ output SQL result to CSV / TSV / LTSV / JSON file format.
✅ print SQL result in ASCII Table / CSV / TSV / LTSV / JSON file format.
✅ interactive sqly shell with input completion, emacs-keybindings, input history.
✅ execute SQL against CSV / TSV / LTSV / JSON.
✅ output SQL result to CSV / TSV / LTSV / JSON file format.
✅ print SQL result in ASCII Table / CSV / TSV / LTSV / JSON file format.
✅ interactive sqly shell with input completion, emacs-keybindings, input history.

# How to install
### Use "go install"
Expand Down

0 comments on commit cfeaa1f

Please sign in to comment.