[Community feedback] Show INFORMATION_SCHEMA in the explorer #24
Closed
DavLagoHern
started this conversation in
Ideas
Replies: 1 comment
|
Implemented in LakeDB Beta 5.4. MySQL/MariaDB system schemas now appear in a dedicated System schemas group at the bottom of Object Explorer. The group is collapsed by default, The group can be hidden from Preferences, and a system schema is not chosen automatically as the default database. Release and downloads: https://github.com/DavLagoHern/LakeDB/releases/tag/v1.0.0-beta.5.4 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
This came up in a recent conversation with a long-time MySQL/MariaDB user on Reddit, so I'm opening it here to track the workflow properly and collect more use cases.
The problem
INFORMATION_SCHEMAis useful for inspecting metadata such as column types and other database information, but some clients make it awkward to access from the normal schema explorer.The workflow described was having to remember/search for
INFORMATION_SCHEMAand then write queries manually, instead of being able to browse it like any other schema.Possible direction
One option would be to show
INFORMATION_SCHEMAdirectly in the explorer:This is being tracked as community feedback and is not a release promise yet.
Looking for feedback
INFORMATION_SCHEMAregularly?performance_schema,mysqlorsysfollow the same behavior?React if this would improve your workflow, and add a comment with how you use system schemas today.
All reactions