Skip to content

Commit

Permalink
Sarthak | Updates README
Browse files Browse the repository at this point in the history
  • Loading branch information
SarthakMakhija committed Sep 11, 2022
1 parent a7ceed6 commit 5867f57
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,3 +229,9 @@ goselect wherefns
- Support for exporting the formatted result
- [X] Console
- [X] File

# Planned features
- Support for checking if a (text) file contains a specific term
- Shortcuts for common extensions. `select * from . where eq(fileType, image)`. Here, `fileType` is an attribute that can be `image`, `archive` or `text`
- Improving table formatter to handle the formatting for large number of columns
- Caching the expression results. This is useful for cases like `select lower(name) from . where eq(lower(name), sample)`. In this example, `lower(name)` need not be evaluated twice for a row

0 comments on commit 5867f57

Please sign in to comment.