bensql: A new native cli talk with databend #10841
sundy-li
started this conversation in
Show and tell
Replies: 4 comments 3 replies
-
compare to bendsql, which one is better、 |
Beta Was this translation helpful? Give feedback.
2 replies
-
will you release the binary file? |
Beta Was this translation helpful? Give feedback.
1 reply
-
the name is a bit long, suggest use a shorter one like |
Beta Was this translation helpful? Give feedback.
0 replies
-
Update: We just update a new crate, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We're excited to announce the release of bendsql!
bendsql
is a native command-line tool for interacting with databend. You can usebendsql
to connect to a databend server, execute queries, and view query results.To get started with
bendsql
, simply install it using Cargo:Once connected, you can execute SQL queries using the CLI's REPL interface or by piping SQL commands to bendsql via stdin.
If you are too familiar with MySQL, you can set
alias mysql=bendsql
:)bendsql
also includes basic SQL keyword highlighting and auto-completion, as well as support for SELECT queries. We're still working on adding more features, so stay tuned for updates!If you're interested in contributing to
bendsql
or have any feedback, please check out our GitHub repository and issuesmulti-line SQL example:
We hope you find
bendsql
to be a useful tool for interacting with databend, and we look forward to hearing your feedback.Beta Was this translation helpful? Give feedback.
All reactions