TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Sublime Text Database Client

44 点作者 alexggordon超过 9 年前

11 条评论

alexis-d超过 9 年前
I&#x27;ve been using Jetbrains&#x27; 0xDBE recently (<a href="https:&#x2F;&#x2F;www.jetbrains.com&#x2F;dbe&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.jetbrains.com&#x2F;dbe&#x2F;</a>) and I highly recommend it:<p><pre><code> * it works with IDEAVim * it uses JDBC so you can easily connect to &quot;non-standard&quot; DBs by using any JDBC driver * it&#x27;s better than psql&#x2F;vsql&#x2F;... for dealing with complex queries (you have a real editor rather than limited readline support, if you&#x27;re lucky enough to have readline support)</code></pre>
评论 #10438901 未加载
评论 #10437988 未加载
mullsork超过 9 年前
Pretty cool but that pricing... I&#x27;d be happy to shell out $9 if the trial was successful and the app felt more useful than the alternatives. But $29?
评论 #10438281 未加载
评论 #10438291 未加载
评论 #10437920 未加载
Timucin超过 9 年前
$29 for running sending queries to the sql client through sublime? I&#x27;ll pass.
alexggordon超过 9 年前
Hey everyone! I just wanted to add a little back story to DB1<p>I developed DB1 mostly this summer and put a lot of work into figuring how to do the various parts of it. I posted it here looking for as much feedback as I can get on the various parts of it (the cost was something I struggled a lot with). I also have a lot of features in the pipeline for DB1 that I think add a lot of additional value to the product[0].<p>Feel free to let me know any questions or comments you have!<p>[0] <a href="https:&#x2F;&#x2F;github.com&#x2F;sequoiastudios&#x2F;DB1&#x2F;issues" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;sequoiastudios&#x2F;DB1&#x2F;issues</a>
gamesbrainiac超过 9 年前
I think pgcli (for postgres) still remains a better option. It has code completion.
评论 #10437460 未加载
mescalito超过 9 年前
I went ahead and gave it a try. I choose the first db in my local environment, give &quot;select * from users&quot; for a spin. It&#x27;s a table with 84k records. It&#x27;s loading for quite a bit now. I see is a big table, however isn&#x27;t huge. I wonder if there&#x27;s something to warn about long result queries and also if you can somehow prevent this, by adding a fixed limit to a query or something like that, maybe making this configurable?<p>EDIT: Might it be possible to stop a running query, still loading :).<p>One thing I couldn&#x27;t figure out from your page is how the trial works? Would just end at some point or would you remind us to license from time to time, in the like of sublime text&#x2F;svn form wbond?
ZenoArrow超过 9 年前
Looks promising, could see myself using it at some point in the future.<p>On a related note, it&#x27;s a shame SSMS doesn&#x27;t work with more databases (aside from as linked databases), I haven&#x27;t found any database management tools that are better (commercial or free&#x2F;open-source). The only drawback I&#x27;ve found with SSMS so far is limited colour theme functionality and slightly awkward debugging of .NET assemblies (you&#x27;d want to use VS2013 for writing them anyway, so it&#x27;s not much of an issue). I&#x27;d be interested to know what&#x27;s out there, perhaps I&#x27;ve missed something. What do Java developers tend to use?
rlvesco7超过 9 年前
Emacs provides support for all major databases. You can interactively &quot;send&quot; chunks of sql to the db client, get syntax highlighting, etc. However, this seems better in that it does not rely on db clients. That said, here is a cool write-up of using emacs with postgres: <a href="https:&#x2F;&#x2F;truongtx.me&#x2F;2014&#x2F;08&#x2F;23&#x2F;setup-emacs-as-an-sql-database-client&#x2F;" rel="nofollow">https:&#x2F;&#x2F;truongtx.me&#x2F;2014&#x2F;08&#x2F;23&#x2F;setup-emacs-as-an-sql-databas...</a>
saurabh超过 9 年前
Get dbext.vim if you are a vimmer.<p><a href="http:&#x2F;&#x2F;www.vim.org&#x2F;scripts&#x2F;script.php?script_id=356" rel="nofollow">http:&#x2F;&#x2F;www.vim.org&#x2F;scripts&#x2F;script.php?script_id=356</a><p>Current databases supported are:<p>ODBC &#x2F; Perl DBI<p>Mysql<p>Oracle<p>Oracle Rdb (VMS)<p>SAP HANA<p>SAP Sybase SQL Anywhere (SA&#x2F;ASA)<p>SAP Sybase IQ (ASA)<p>SAP Sybase Adaptive Server Enterprise (ASE)<p>SAP Sybase UltraLite (UL)<p>Microsoft SQL Server<p>IBM DB2<p>Interbase<p>SQLite<p>PostgreSQL<p>Ingres<p>Firebird<p><a href="https:&#x2F;&#x2F;mutelight.org&#x2F;dbext-the-last-sql-client-youll-ever-need" rel="nofollow">https:&#x2F;&#x2F;mutelight.org&#x2F;dbext-the-last-sql-client-youll-ever-n...</a><p>Working with SQL in Vim, by Kris Jenkins<p><a href="https:&#x2F;&#x2F;vimeo.com&#x2F;76005855" rel="nofollow">https:&#x2F;&#x2F;vimeo.com&#x2F;76005855</a>
astateoftrance超过 9 年前
No one using DBeaver?
评论 #10437981 未加载
评论 #10438075 未加载
favadi超过 9 年前
Anyone knows what is current status of Sublime Text? I think the version 3 is already in beta for years.
评论 #10437618 未加载
评论 #10437923 未加载
评论 #10437766 未加载