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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Text-based interface for PostgreSQL?

1 点作者 tinyProton超过 11 年前
I know that SQL is an option, but I'm looking for an easier text-based interface for PostgreSQL. Something that's similar to what 'tig' is to 'git'. Does any one know something like this?

1 comment

gregjor超过 11 年前
PostgreSQL comes with a command line client: psql (<a href="http://www.postgresql.org/docs/6.4/static/app-psql.htm" rel="nofollow">http:&#x2F;&#x2F;www.postgresql.org&#x2F;docs&#x2F;6.4&#x2F;static&#x2F;app-psql.htm</a>)<p>If you&#x27;re going to work with a relational database you need to learn SQL and how the relational model works. There&#x27;s no shortcut that won&#x27;t just leave you worse off in the long run. SQL was originally designed as an end-user friendly way to work with relational data.<p>For learning about relational database theory I recommend Chris Date&#x27;s book &quot;Database In Depth: Relational Theory For Practitioners.&quot; There are quite a few good books for learning SQL. For learning the PostgreSQL flavor of SQL the PostgreSQL docs are probably the best place to start.
评论 #6371529 未加载