TaKO8Ki / gobang

A cross-platform TUI database management tool written in Rust
MIT License
2.82k stars 90 forks source link

Ability to run more complicated query / Query tab #136

Open andyslucky opened 2 years ago

andyslucky commented 2 years ago

It would be nice to be able to run a query involving more than a single table and a where clause. This covers trivial use cases, but I would like to be able to join tables, write CTEs, and take advantage of any of my SQL vendors features by writing a query and running it. The results could show up in a table similar to the existing one.