Skip to content

Commit

Permalink
Add issue at README
Browse files Browse the repository at this point in the history
  • Loading branch information
nao1215 committed Nov 11, 2022
1 parent 1a5d1e4 commit b017a58
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,16 +103,21 @@ $ sqly --sql "SELECT * FROM user" testdata/user.csv --output=test.csv
```

# Features to be added
- [x] import json
- [ ] import tsv
- [x] import json
- [x] output json file
- [ ] import tsv (output tsv)
- [ ] import ltsv (output ltsv)
- [ ] import swagger
- [ ] print markdown format
- [ ] ignore csv header option
- [x] The file type is determined by the file extension. This specification is to reduce the number of options.
- [x] change input position (left arrow, right arrow, delete char)
- [x] sqly Fix problem where multiple lines of input in the shell would cause display corruption. To be fixed using escape sequences.
- [x] input completion (Tab)
- [x] emacs key-bindings (Ctrl-a, Ctrl-e, Ctrl-w)
- [ ] history search (Ctrl-r)
- [ ] Convert CSV character encoding to UTF-8 if necessary
- [ ] Unit test coverage 80%

# Limitions (Not support)
- DDL such as CREATE
Expand Down

0 comments on commit b017a58

Please sign in to comment.