HackerTrans
トップ新着トレンドコメント過去質問紹介求人

MaxTeabag

no profile record

投稿

Sqlit – A lazygit-style TUI for SQL databases

20 ポイント·投稿者 MaxTeabag·2 か月前·5 コメント

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

github.com
190 ポイント·投稿者 MaxTeabag·7 か月前·42 コメント

コメント

MaxTeabag
·先月·議論
Don't know. I'm a HN noob :)
MaxTeabag
·先月·議論
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 か月前·議論
Hi,

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

Thank you for the suggestion.
MaxTeabag
·7 か月前·議論
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 か月前·議論
It will be added in the next release :)
MaxTeabag
·7 か月前·議論
Thanks! I'm glad you liked it.
MaxTeabag
·7 か月前·議論
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 か月前·議論
That's a great suggestion, thanks! I'll be updating the CLI in the next release.
MaxTeabag
·7 か月前·議論
Thanks! Those are really good suggestions, the next release is going to have more vim keys :)
MaxTeabag
·7 か月前·議論
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 :)