Show HN: Sublime Text Database Client
sequoiastudios.io
Show HN: Sublime Text Database Client
1–10 of 43 posts
Re: Show HN: Sublime Text Database Client
#2Re: Show HN: Sublime Text Database Client
#3Re: Show HN: Sublime Text Database Client
#4I think pgcli (for postgres) still remains a better option. It has code completion.
The other is developing a complex query and running it again and again, while watching the result, or maybe running multiple queries and comparing the result, etc. That is more of a task for text editor that can execute queries than a CLI query tool.
Now, I don't think this is worth the 30 USD. Something like the upcoming 0xDBE might be worth it, especially since you can avoid stupid Oracle SQL Developer that hands every time there's a network problem.
Re: Show HN: Sublime Text Database Client
#5Re: Show HN: Sublime Text Database Client
#6I think pgcli (for postgres) still remains a better option. It has code completion.
Pgcli is good, but there are two "modes" to use DB. One is interactive querying, which pgcli is good for. The other is developing a complex query and running it again and again, while watching the result, or maybe running multiple queries and comparing the result, etc. That is more of a task for text editor that can execute queries than a CLI query tool. Now, I don't think this is worth the 30 USD. Something like the…
Re: Show HN: Sublime Text Database Client
#7Re: Show HN: Sublime Text Database Client
#8Anyone knows what is current status of Sublime Text? I think the version 3 is already in beta for years.
Edit: I'm a moderator on the forums. I've been in touch.
Re: Show HN: Sublime Text Database Client
#9Anyone knows what is current status of Sublime Text? I think the version 3 is already in beta for years.
Re: Show HN: Sublime Text Database Client
#10 * it works with IDEAVim
* it uses JDBC so you can easily connect to "non-standard" DBs by using any JDBC driver
* it's better than psql/vsql/... for dealing with complex queries (you have a real editor rather than limited readline support, if you're lucky enough to have readline support)