-
Notifications
You must be signed in to change notification settings - Fork 208
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
🔧 MAINTAIN: Add verdi devel run-sql
#5094
Conversation
So I can quickly do things like inspecting the schema:
(https://www.postgresql.org/docs/current/infoschema-tables.html)
(https://www.postgresql.org/docs/current/infoschema-columns.html) |
Codecov Report
@@ Coverage Diff @@
## develop #5094 +/- ##
===========================================
+ Coverage 80.55% 80.56% +0.02%
===========================================
Files 532 532
Lines 36999 37010 +11
===========================================
+ Hits 29799 29814 +15
+ Misses 7200 7196 -4
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
I can already see the troubleshooting advice in the future:
😅 BTW: why do you label this as "maintain"? Isn't this really a future, even though mostly for developers? |
haha, can always hide the command, if you think it is too "dangerous" lol?
yeh for me its not a user feature, so it goes under maintenance, i.e. when I create a changelog section next I would not put it in the "new" section. |
Given that its under |
For quickly running raw SQL commands on the database
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hope that given it is under verdi devel
users will realize this does not come with protection against shooting-yourself-in-the-foot 😄
For quickly running raw SQL commands on the database