Usql Alternatives
Similar projects and alternatives to usql
-
-
go-sitemap-generator
go-sitemap-generator is the easiest way to generate Sitemaps in Go
-
JetBrains
Developer Ecosystem Survey 2022. Take part in the Developer Ecosystem Survey 2022 by JetBrains and get a chance to win a Macbook, a Nvidia graphics card, or other prizes. We’ll create an infographic full of stats, and you’ll get personalized results so you can compare yourself with other developers.
-
boilr
:zap: boilerplate template manager that generates files or directories from template repositories
-
-
-
-
-
Scout APM
Less time debugging, more time building. Scout APM allows you to find and fix performance issues with no hassle. Now with error monitoring and external services monitoring, Scout is a developer's best friend when it comes to application development.
-
-
-
-
Redis
Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps.
-
-
httpie
As easy as /aitch-tee-tee-pie/ 🥧 Modern, user-friendly command-line HTTP client for the API era. JSON support, colors, sessions, downloads, plugins & more. https://twitter.com/httpie
-
-
pytudes
Python programs, usually short, of considerable difficulty, to perfect particular skills.
-
-
-
-
-
iredis
Interactive Redis: A Terminal Client for Redis with AutoCompletion and Syntax Highlighting.
usql reviews and mentions
- 5 Useful Database Command Line Tools
- usql
-
Literate programming is much more than just commenting code
I am not a big fan of the complex literate programming style involving code-generation which this article talks about.
But I recently discovered that Google's zx [1] scripting utility supports executing scripts in markdown documents and I combined it with httpie [2] and usql [3] for a bit of quick and dirty automation testing and api verification code and it worked out pretty well.
[1] https://github.com/google/zx#markdown-scripts
- usql v0.9.4
- Usql v0.9.4
-
Usql 0.9.1 – Now with Autocomplete
There's a new version of usql - the universal command-line client for SQL databases.
After I started contributing to it a while ago, I went through all comments in older posts about it here on hackernews. I think the most requested feature was autocomplete. So I went ahead and implemented it. I surprised myself, how useful it ended up being. This includes completing filenames and even command names which I use on a regular basis and know very well.
Another thing we managed to figure out are static builds for Linux. If you previously had issues with starting usql, seeing errors about libicu, you might want to give this latest version a try.
There's also a basic implementation of the `\copy` command. Combined with the `csvq` driver, it allows loading CSV or JSON files to any supported database. But it doesn't do _any_ type mapping, so you might have to add some casting in the source query.
Other new features include pager support, output to a file or a pipe, `\crosstab` command, and many more.
If that got your attention, give it a spin. Full release notes are available at https://github.com/xo/usql/releases. As always, all feedback and contributions are welcome.
-
Reading database metadata (schema)
A few months ago I started working on adding \d* commands to usql that would allow to list and describe various database objects, like tables, views, indexes, etc. I started looking for existing solutions in Go and stumbled upon this issue: https://github.com/golang/go/issues/7408
-
usql: the universal command-line client for SQL databases
If you work with databases, you might be interested in usql - a universal SQL CLI client written in Go. A new version has just been released, and it’s the best release so far! it finally gets autocomplete, pager support, new commands like \copy and \crosstab. https://github.com/xo/usql/releases/tag/v0.9.0
For more, check out the release notes: https://github.com/xo/usql/releases/tag/v0.9.0
If you've not seen usql before, it's a universal command-line client for effectively every SQL database in existence. It pays humble homage to psql, and works similarly. We just pushed v0.9.0, which has an amazing number of new features that aren't found in most database's native command-line clients. Happy to answer any questions.
-
[QUESTION] I'm writing a paper on the pros & cons of SQL admin tools, what are the go-to power Admin tools for MySQL, PostgreSQL, Oracle, and SQL Server ?
For cli power users, I'd say it's https://github.com/xo/usql Full disclosure, I've put some effort in it recently.
- Usql v0.8.2
Stats
xo/usql is an open source project licensed under MIT License which is an OSI approved license.
Popular Comparisons
Are you hiring? Post a new remote job listing for free.