HackerTrans
TopNewTrendsCommentsPastAskShowJobs

MaxTeabag

no profile record

Submissions

Sqlit – A lazygit-style TUI for SQL databases

20 points·by MaxTeabag·2 months ago·5 comments

Show HN: Sqlit – A lazygit-style TUI for SQL databases

github.com
190 points·by MaxTeabag·7 months ago·42 comments

comments

MaxTeabag
·last month·discuss
Don't know. I'm a HN noob :)
MaxTeabag
·last month·discuss
Thanks. Yeah, it's actually already possible with a feature I call "telescope". Try it with <space> <space>. let me know what you think
MaxTeabag
·7 months ago·discuss
Hi,

I've added this now: https://github.com/Maxteabag/sqlit/releases/tag/v1.1

Thank you for the suggestion.
MaxTeabag
·7 months ago·discuss
Appreciate that take!

I'm looking into indexes/triggers/sequences. That will be added in a near-future release, I hope you can benefit from it once I release it :)
MaxTeabag
·7 months ago·discuss
It will be added in the next release :)
MaxTeabag
·7 months ago·discuss
Thanks! I'm glad you liked it.
MaxTeabag
·7 months ago·discuss
Great UX feedback, that's going to be sorted out in the next release.

Also the pipx comment made me decide to put much more thought into how sqlit helps with package installation on runtime, and I'm going to suggest pipx by default and it's also going to give the correct commands for every popular package manager.

Thanks!
MaxTeabag
·7 months ago·discuss
That's a great suggestion, thanks! I'll be updating the CLI in the next release.
MaxTeabag
·7 months ago·discuss
Thanks! Those are really good suggestions, the next release is going to have more vim keys :)
MaxTeabag
·7 months ago·discuss
That's a really good point.

I am going to implement the option to leave the password blank, so you'll get prompted for a password on connection every time, so nothing will get stored.

In the next release I am going to use Keyring to store credentials on the operating system's credential store. Stay tuned :)