Feature Request: Regex-style table sidebar filtering
Open
- Dominant language
- Python
- Stars
- 486
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
e.g. `*_users`, `^user`, `users$`
Coming from Sequel Pro, to me, this is one of its most powerful features that I haven't seen in any Postgres GUIs.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the table sidebar filtering entry point and related tests, then compare the requested patterns such as `*_users`, `^user`, and `users$` with the existing filter behavior. Done means the sidebar accepts regex-style patterns and filters matching tables consistently, with coverage for the examples in the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- postgresql, python
- Domain
- databases, desktop
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100