mechatroner / RBQL

🦜RBQL - Rainbow Query Language: SQL-like query engine for (not only) CSV file processing. Supports SQL queries with Python and JavaScript expressions.
https://rbql.org
MIT License
281 stars 13 forks source link

Consider adding curses-based command line interface for python interactive mode #24

Open mechatroner opened 4 years ago

mechatroner commented 4 years ago

This will provide a convenient way to preview tables with numerous columns (> 10) that don't fit into a single line. Also, we will be able to autocomplete column names and maybe even scroll through the table.