xo / usql

Universal command-line interface for SQL databases
MIT License
8.94k stars 352 forks source link

Adding TABLE pg command to query map. #370

Closed kozikowskik closed 2 years ago

kozikowskik commented 2 years ago

Fix for issue #366. Add a TABLE command(shortcut for SELECT * FROM <name>) to queryMap. This will make Handler to use query instead of exec.