-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add command for listing indices #3
Labels
help wanted
Extra attention is needed
Comments
For postgres:
Outputs:
|
Re: options for fetching indexes in mysql: https://tableplus.com/blog/2018/08/mysql-how-to-list-all-indexes-from-table-or-schema.html |
For MySQL: SHOW INDEX FROM users; Output:
|
there are several other attributes that could be included in the postgres select, but nothing else seemed super relevant |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add new command for listing indices:
schema:indices {table}
The text was updated successfully, but these errors were encountered: