# jsqsh **Repository Path**: mirrors_databricks/jsqsh ## Basic Information - **Project Name**: jsqsh - **Description**: Console based database query tool, featuring command line editing, piping of output to other programs, and much much more - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-19 - **Last Updated**: 2025-10-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Welcome to JSqsh JSqsh (pronounced jay-skwish) is short for Java SQl Shell, a console based tool that allows the ability to query a database with functionality of your typical shell, such as command line editing, tab completion, variable expansion, redirection of output to files, or the ability to pipe the output of the query execution to an external program (grep, more, etc.). ![Awesome Screenshot](https://cloud.githubusercontent.com/assets/1461324/4958665/1ba4fc86-66b1-11e4-95b5-9a53cd7f47c8.jpg) JSqsh has extensive built-in documentation, however for those that prefer point-and-click learning, you can get an introduction to jsqsh using the jsqsh wiki: * [Wiki Home](https://github.com/scgray/jsqsh/wiki/Home) * [What's New?](https://github.com/scgray/jsqsh/wiki/What%27s-New%3F) * [Features](https://github.com/scgray/jsqsh/wiki/Features) * [Installing](https://github.com/scgray/jsqsh/wiki/Installing) * [Getting Started](https://github.com/scgray/jsqsh/wiki/Getting-Started) * [User's Guide](https://github.com/scgray/jsqsh/wiki/User%27s-Guide) * [Reference](https://github.com/scgray/jsqsh/wiki/Reference) * [Tips and Trick](https://github.com/scgray/jsqsh/wiki/Tips-and-Tricks) I totally welcome contributions, questions, and feedback. Feel free to contact me at scottgray1-at-gmail.com. ## Binaries The latest release is [version 2.3](https://github.com/scgray/jsqsh/releases/tag/jsqsh-2.3). Pre-packaged binaries are available for: * Debian (DEB) - [jsqsh-2.3-noarch.deb](https://github.com/scgray/jsqsh/releases/download/jsqsh-2.3/jsqsh-2.3-noarch.deb) * RedHat (RPM) - [jsqsh-2.3-1.noarch.rpm](https://github.com/scgray/jsqsh/releases/download/jsqsh-2.3/jsqsh-2.3-1.noarch.rpm) * Tar file - [jsqsh-2.3-bin.tar.gz](https://github.com/scgray/jsqsh/releases/download/jsqsh-2.3/jsqsh-2.3-bin.tar.gz) * Zip file - [jsqsh-2.3-bin.zip](https://github.com/scgray/jsqsh/releases/download/jsqsh-2.3/jsqsh-2.3-bin.zip) ## Licensing JSqsh is held under the Apache License Version 2.0. The details of the license are available in the LICENSE file included herein.