TaKO8Ki / gobang

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

Filtering tables with forward/backward match #138

Open sainu opened 2 years ago

sainu commented 2 years ago

I think the Filter tables table search feature of gobang only provides partial matches.

I also use Sequel Ace.app for database management. The table search function of that client is very useful for me because it allows pattern matching search when I have a lot of tables.

I would like to filter table names by forward/backward match in gobang as well, what do you think?